[Bug 365506] New: Factory: crashes after user step
https://bugzilla.novell.com/show_bug.cgi?id=365506 Summary: Factory: crashes after user step Product: openSUSE 11.0 Version: Alpha 2 Platform: Other OS/Version: Other Status: NEW Severity: Blocker Priority: P5 - None Component: Installation AssignedTo: mvidner@novell.com ReportedBy: coolo@novell.com QAContact: jsrain@novell.com CC: jsuchome@novell.com Found By: --- The user module crashes the installation. The log says: [Y2Perl] Shutting down embedded Perl Interpreter . Caught Segmentation Fault The backtrace is full of (recursive) libperl symbols. I guess perl doesn't like to be shutdown. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=365506 User jsuchome@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=365506#c1 --- Comment #1 from Jiří Suchomel <jsuchome@novell.com> 2008-02-28 04:30:14 MST --- Created an attachment (id=197629) --> (https://bugzilla.novell.com/attachment.cgi?id=197629) y2log -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=365506 User coolo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=365506#c2 --- Comment #2 from Stephan Kulow <coolo@novell.com> 2008-02-28 06:07:13 MST --- Thanks, my X server crashed on distupgrade, so I didn't have it available. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=365506 User coolo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=365506#c3 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vuntz@novell.com --- Comment #3 from Stephan Kulow <coolo@novell.com> 2008-02-28 14:56:36 MST --- *** Bug 365337 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=365337 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=365506 User mvidner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=365506#c4 Martin Vidner <mvidner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #4 from Martin Vidner <mvidner@novell.com> 2008-02-29 09:17:33 MST --- I can reproduce the bug. Y2DEBUG shows that ag_crack gets called and then suddenly zypp is cleaning up and then Perl dies, leaving some assertion failures (on tty10 because yast runs in gdb). strange. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=365506 User coolo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=365506#c5 --- Comment #5 from Stephan Kulow <coolo@novell.com> 2008-03-03 09:40:24 MST --- not sure I would trust my instsys debugging abilities, but just commenting out the destructor didn't seem to help. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=365506 User mvidner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=365506#c6 Martin Vidner <mvidner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pczanik@genesi-usa.com --- Comment #6 from Martin Vidner <mvidner@novell.com> 2008-03-04 03:03:50 MST --- *** Bug 366511 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=366511 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=365506 User mvidner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=365506#c7 --- Comment #7 from Martin Vidner <mvidner@novell.com> 2008-03-04 03:11:17 MST --- I suspect that Perl got an error and wants to shut down. A complication is that the many assertion failures may hide earlier Perl error messages. Let's try redirecting the output to a file. BTW Arvin do you know already about GDB starting unconditionally? To reproduce, boot from http://download.opensuse.org/distribution/SL-OSS-factory/inst-source/boot/bo... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=365506 User mvidner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=365506#c8 Martin Vidner <mvidner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mvidner@novell.com AssignedTo|mvidner@novell.com |jsuchome@novell.com Status|ASSIGNED |NEW --- Comment #8 from Martin Vidner <mvidner@novell.com> 2008-03-04 06:18:57 MST --- I redirected the output to a file: (gdb) r installation '("initial")' qt --noborder --auto-fonts --fullscreen > /root/out 2>&1 and found: /usr/lib/cracklib_dict.pwd: No such file or directory PWOpen: No such file or directory Attempt to free temp prematurely: SV 0x1237489 [...perl assertion failures...] That file is a dangling symlink to ../share/cracklib/pw_dict.pwd Maybe some code could be made more robust. In perl: eval { crackme(); } if $@ y2error... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=365506 User jsuchome@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=365506#c9 Jiří Suchomel <jsuchome@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jsuchome@novell.com |snwint@novell.com --- Comment #9 from Jiří Suchomel <jsuchome@novell.com> 2008-03-04 06:25:16 MST --- (In reply to comment #8 from Martin Vidner)
I redirected the output to a file: (gdb) r installation '("initial")' qt --noborder --auto-fonts --fullscreen > /root/out 2>&1
and found: /usr/lib/cracklib_dict.pwd: No such file or directory PWOpen: No such file or directory Attempt to free temp prematurely: SV 0x1237489 [...perl assertion failures...]
That file is a dangling symlink to ../share/cracklib/pw_dict.pwd
Steffen, please include also the linked files from cracklib.rpm (fate 302980, comment 55). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=365506 User snwint@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=365506#c10 Steffen Winterfeldt <snwint@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #10 from Steffen Winterfeldt <snwint@novell.com> 2008-03-04 06:37:16 MST --- oops, package was missing in BuildRequires -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com