Bug 730719

Summary: spice-xpi plugin crashes if it's "show()" method is called right after page load
Product: Red Hat Enterprise Linux 6 Reporter: David Jaša <djasa>
Component: spice-xpiAssignee: Arnon Gilboa <agilboa>
Status: CLOSED NEXTRELEASE QA Contact: Desktop QE <desktop-qa-list>
Severity: low Docs Contact:
Priority: low    
Version: 6.2CC: dblechte, mkrcmari, phatina
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-02-02 09:56:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
There was impropred call order in embedded object. none

Description David Jaša 2011-08-15 13:55:06 UTC
Description of problem:
SSIA.

Version-Release number of selected component (if applicable):
spice-xpi-2.4-4.el6.x86_64

How reproducible:
always

Steps to Reproduce:
1. load test.html page that is included in spice-xpi sources
2. hit 'Show' button
3.
  
Actual results:
spice-xpi crashes

Expected results:
spice-xpi returns some error code and continues to run

Additional info:

Comment 1 Peter Hatina 2011-09-01 13:07:57 UTC
Created attachment 521010 [details]
There was impropred call order in embedded object.

Segfault happened due to non existing external controller. Now it should be fixed.