Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1566151

Summary: anaconda core on QA:Testcase_Anaconda_traceback_debug_mode
Product: [Fedora] Fedora Reporter: Menanteau Guy <menantea>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 28CC: anaconda-maint-list, dan, jonathan, kellin, vanmeeuwen+fedora, v.podzimek+fedora, vponcova, wwoods
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-09-27 13:53:17 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1071880    
Attachments:
Description Flags
anaconda logs none

Description Menanteau Guy 2018-04-11 15:56:57 UTC
I run QA:Testcase_Anaconda_traceback_debug_mode (https://fedoraproject.org/wiki/QA:Testcase_Anaconda_traceback_debug_mode) on f28 Fedora-Server-dvd-ppc64le-28-20180410.n.1.iso and anaconda core

I start a VM install using command:
/usr/bin/qemu-system-ppc64 -name vm52 -enable-kvm -M pseries -smp 4 -m 8G -nographic -nodefaults -monitor stdio -serial pty -device virtio-net-pci,netdev=net10092,mac=ff:ff:ff:00:00:52 -netdev bridge,br=br0,id=net10092 -cdrom isolef28 -drive file=hd1.qcow2 -usb -usbdevice disk:hd2.qcow2 -boot d -S

I start VNC in GUI mode and get the first "Welcome to fedora 28" panel
I switch to a different terminal and run the following command:
kill -USR1 `cat /var/run/anaconda.pid`
On VNC I get a new panel "An unknown error has occured" as expected.

then I click on "more..." and then on "Debug"
[anaconda root@localhost ~]# date
Wed Apr 11 15:39:12 UTC 2018

At this time the VNC closes and the "main" console scratch with "Pane is dead"
instead of having a (Pdb) shell.
note that anaconda produces a core file.

Comment 1 Menanteau Guy 2018-04-11 16:02:10 UTC
Created attachment 1420457 [details]
anaconda logs

Comment 2 Menanteau Guy 2018-04-11 16:25:09 UTC
I cannot attach the anaconda core as it is too big, you can find it at https://menantea.fedorapeople.org/anaconda.core.gz

Comment 3 Menanteau Guy 2018-09-20 15:00:26 UTC
This problem does not exist on f29 Beta versions