Bug 755540

Summary: Segfault when calling python method openConsole()
Product: [Community] Virtualization Tools Reporter: Hannu Sundell <hannu.sundell>
Component: libvirtAssignee: Libvirt Maintainers <libvirt-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: crobinso, xen-maint
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-23 14:37:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Hannu Sundell 2011-11-21 12:37:01 UTC
Description of problem:
Trying to open serial communication to the image with openConsole() segfaults.

Version-Release number of selected component (if applicable):
libvirt 0.9.2

How reproducible:
100% of the time for me

Steps to Reproduce:
1. Get the attached file
2. Change the location of the disk image in the XML-string to something you actually have (and possibly other values, but probably not necessary)
3. Run with python
  
Actual results:
Segfault

Expected results:
Anything else. Entirely possible I'm using the serial communication wrong, but I'd much rather take an explanatory error message.

Additional info:
Ubuntu 11.10

Comment 1 Dave Allan 2011-11-21 14:20:28 UTC
Does this still reproduce on the upstream git HEAD?

Comment 2 Cole Robinson 2016-03-23 14:37:48 UTC
Pretty sure this was eventually fixed