[Bug 222619] New: beagle indexer segfaults on indexing certain files
https://bugzilla.novell.com/show_bug.cgi?id=222619 Summary: beagle indexer segfaults on indexing certain files Product: openSUSE 10.2 Version: Beta 2 plus Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Mono AssignedTo: bnc-team-mono@forge.provo.novell.com ReportedBy: meissner@novell.com QAContact: qa@suse.de CC: security-team@suse.de when indexing certain files, the beagleindexhelper segfaults. I will attach some sample files that cause it to do this. The crash appears a NULL ptr deref in generated code. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222619 ------- Comment #2 from meissner@novell.com 2006-11-20 05:44 MST ------- Created an attachment (id=106224) --> (https://bugzilla.novell.com/attachment.cgi?id=106224&action=view) README.it same for this, NULL ptr deref -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222619 meissner@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |joeshaw@novell.com |mono@forge.provo.novell.com | -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222619 stbinner@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #106224|audio/x-mod |text/plain mime type| | -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222619 joeshaw@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |meissner@novell.com ------- Comment #3 from joeshaw@novell.com 2006-12-14 13:49 MST ------- I'm not able to reproduce the crash with CVS Beagle. Can you attach the portion of the logs with the exceptions, and what version of the beagle package you saw this with? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222619 ------- Comment #4 from joeshaw@novell.com 2006-12-14 16:18 MST ------- BTW, I submitted 0.2.14 to SLE10 SP1 and STABLE, which is what I was testing those files on. If it's reasonably easy for you to do, please test with the new packages. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222619 ------- Comment #5 from meissner@novell.com 2006-12-19 05:47 MST ------- i tested both the 10.2 shipping beagle and the packages above. $ rpm -q beagle libbeagle beagle-0.2.14-4.1 libbeagle-0.2.14-4.1 $ will attach the strace logfile. gdb even with debuginfos installed only shows: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1087019328 (LWP 4392)] 0x0000000040d34531 in ?? () (gdb) bt #0 0x0000000040d34531 in ?? () #1 0x0000000040ca7c30 in ?? () #2 0x0000000000000000 in ?? () (gdb) x /i $rip 0x40d34531: mov (%r14),%rax (gdb) print $r14 $1 = 0 (gdb) -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222619 meissner@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|meissner@novell.com | ------- Comment #6 from meissner@novell.com 2006-12-19 05:49 MST ------- Created an attachment (id=110277) --> (https://bugzilla.novell.com/attachment.cgi?id=110277&action=view) logfile strace -f of beagle-index-helper and the attached mp3 (foo5.mp3) copied into the watched directory. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222619 joeshaw@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |meissner@novell.com ------- Comment #7 from joeshaw@novell.com 2007-02-13 15:00 MST ------- I've been trying to reproduce this on both 32- and 64-bit machines and haven't had any luck. The MIME detection code is the only unmanaged code when processing mp3 and text files, so the crash could be in there, or it could be a bug in Mono. Can you get this to happen reliably? If you run beagled from the foreground, do you get any output to the console when it crashes? Usually mono prints both managed and unmanaged stack traces. -- 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, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com