[Bug 542538] New: preload segfaults at boot time
http://bugzilla.novell.com/show_bug.cgi?id=542538 Summary: preload segfaults at boot time Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: i586 OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: m.munnix@redcross.be QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.9 (like Gecko) SUSE /etc/initd/boot.startpreload line 19: 307 segmentation fault /usr/bin/ionice -c3 /sbin/preload /var/cache/preload/prepared Reproducible: Always Steps to Reproduce: 1. 2. 3. Program terminated with signal SIGSEGV, Segmentation fault. The program no longer exists. (gdb) run Starting program: /sbin/preload /var/cache/preload/prepared [Thread debugging using libthread_db enabled] Program received signal SIGSEGV, Segmentation fault. 0x080493dd in do_list (input=0x804d008) at preload.c:368 368 all_commands[command_counter].name = strdup(buf + 2); (gdb) print buf $1 = 0x804d170 "W /etc/init.d/rpcbind" (gdb) print command_counter $2 = 0 (gdb) q first line is a "W" line, should be a "n" line ? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542538 User m.munnix@redcross.be added comment http://bugzilla.novell.com/show_bug.cgi?id=542538#c1 --- Comment #1 from michel munnix <m.munnix@redcross.be> 2009-09-28 06:25:44 MDT --- Created an attachment (id=320088) --> (http://bugzilla.novell.com/attachment.cgi?id=320088) /var/cache/preload/prepared -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542538 zhu rensheng <rszhu@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rszhu@novell.com AssignedTo|bnc-team-screening@forge.pr |juhliarik@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542538 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |coolo@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542538 User coolo@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542538#c4 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matz@novell.com --- Comment #4 from Stephan Kulow <coolo@novell.com> 2009-10-06 04:07:16 MDT --- Micha, can you review the code a bit? I'm too busy with "zypper dup" feature ;( -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542538 User matz@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542538#c5 Michael Matz <matz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |m.munnix@redcross.be --- Comment #5 from Michael Matz <matz@novell.com> 2009-10-06 08:23:02 MDT --- Where have you got this prepared file from? It can't possibly have been written by prepare_preload but was mangled somehow. Because, yes, as you say it needs to start with a 'n somenumber' line, and prepare_preload ensures this is the case. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542538 User matz@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542538#c6 Michael Matz <matz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|m.munnix@redcross.be | --- Comment #6 from Michael Matz <matz@novell.com> 2009-10-06 08:28:03 MDT --- I'm babbling nonsense, it's quite possible. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542538 User matz@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542538#c7 --- Comment #7 from Michael Matz <matz@novell.com> 2009-10-06 09:01:55 MDT --- Fixed in svn r7024. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542538 User coolo@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542538#c8 --- Comment #8 from Stephan Kulow <coolo@novell.com> 2009-10-06 09:14:09 MDT --- perhaps you can also stop it from crashing? :) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542538 User matz@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542538#c9 --- Comment #9 from Michael Matz <matz@novell.com> 2009-10-06 09:55:17 MDT --- Not retroactively. But yes, I can robustify the stuff a bit. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542538 User matz@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542538#c10 --- Comment #10 from Michael Matz <matz@novell.com> 2009-10-06 10:14:12 MDT --- r7025. Only lightly tested, I don't have a 11.2 with the right preload input data. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542538 User coolo@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542538#c11 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #11 from Stephan Kulow <coolo@novell.com> 2009-10-07 02:12:17 MDT --- thanks, submitted to factory -- Configure bugmail: http://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