Activity log for bug #60146

Date Who What changed Old value New value Message
2006-09-12 22:40:13 jonnieo bug added bug
2006-09-18 04:21:33 Kees Cook nautilus: status Unconfirmed Needs Info
2006-09-18 04:21:33 Kees Cook nautilus: statusexplanation Thanks for the report! Can you attach the weird file to this bug report? That will help us reproduce the problem. Looking at the gdb output, it seems the program died with a SIGINT, rather than a SIGSEGV. As a result, I'm not sure if that backtrace captured the situation.
2006-09-23 18:56:14 jonnieo bug added attachment 'Phil_Collins.mp3' (Phil Collins mp3)
2006-09-23 20:01:26 Kees Cook nautilus: status Needs Info Confirmed
2006-09-23 20:01:26 Kees Cook nautilus: statusexplanation Thanks for the report! Can you attach the weird file to this bug report? That will help us reproduce the problem. Looking at the gdb output, it seems the program died with a SIGINT, rather than a SIGSEGV. As a result, I'm not sure if that backtrace captured the situation. Thanks for the file! I can confirm, this crashes me too. This appears to be an issue in gstreamer. At first glance, this seems to be a NULL pointer dereference, but I'll dig a little more. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 46912595928640 (LWP 6025)] 0x00002aaab2db30bf in gst_push_src_get_type () from /usr/lib/libgstbase-0.10.so.0 (gdb) bt #0 0x00002aaab2db30bf in gst_push_src_get_type () from /usr/lib/libgstbase-0.10.so.0 #1 0x00002aaab4c80b43 in mpeg_ts_probe_headers () from /usr/lib/gstreamer-0.10/libgsttypefindfunctions.so ... (gdb) info reg rip rip 0x2aaab2db30bf 0x2aaab2db30bf <gst_push_src_get_type+735> (gdb) disass ... 0x00002aaab2db30b6 <gst_push_src_get_type+726>: test %eax,%eax 0x00002aaab2db30b8 <gst_push_src_get_type+728>: jne 0x2aaab2db3108 <gst_push_src_get_type+808> 0x00002aaab2db30ba <gst_push_src_get_type+730>: mov 0x38(%rsp),%rsi 0x00002aaab2db30bf <gst_push_src_get_type+735>: mov 0x40(%rsi),%rcx 0x00002aaab2db30c3 <gst_push_src_get_type+739>: cmp %rbx,%rcx 0x00002aaab2db30c6 <gst_push_src_get_type+742>: jne 0x2aaab2db30d2 <gst_push_src_get_type+754> 0x00002aaab2db30c8 <gst_push_src_get_type+744>: cmp 0x20(%rsi),%r12d ...
2006-09-25 14:33:48 Kees Cook gstreamer0.10: status Confirmed Fix Released
2006-09-25 14:33:48 Kees Cook gstreamer0.10: importance Untriaged Low
2006-09-25 14:33:48 Kees Cook gstreamer0.10: statusexplanation Thanks for the file! I can confirm, this crashes me too. This appears to be an issue in gstreamer. At first glance, this seems to be a NULL pointer dereference, but I'll dig a little more. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 46912595928640 (LWP 6025)] 0x00002aaab2db30bf in gst_push_src_get_type () from /usr/lib/libgstbase-0.10.so.0 (gdb) bt #0 0x00002aaab2db30bf in gst_push_src_get_type () from /usr/lib/libgstbase-0.10.so.0 #1 0x00002aaab4c80b43 in mpeg_ts_probe_headers () from /usr/lib/gstreamer-0.10/libgsttypefindfunctions.so ... (gdb) info reg rip rip 0x2aaab2db30bf 0x2aaab2db30bf <gst_push_src_get_type+735> (gdb) disass ... 0x00002aaab2db30b6 <gst_push_src_get_type+726>: test %eax,%eax 0x00002aaab2db30b8 <gst_push_src_get_type+728>: jne 0x2aaab2db3108 <gst_push_src_get_type+808> 0x00002aaab2db30ba <gst_push_src_get_type+730>: mov 0x38(%rsp),%rsi 0x00002aaab2db30bf <gst_push_src_get_type+735>: mov 0x40(%rsi),%rcx 0x00002aaab2db30c3 <gst_push_src_get_type+739>: cmp %rbx,%rcx 0x00002aaab2db30c6 <gst_push_src_get_type+742>: jne 0x2aaab2db30d2 <gst_push_src_get_type+754> 0x00002aaab2db30c8 <gst_push_src_get_type+744>: cmp 0x20(%rsi),%r12d ... Since this is fixed in Edgy, I'm marking the bug as "Fix Released". Thanks again for the report!
2006-09-25 14:52:09 Kees Cook gstreamer0.10: importance Low Medium
2006-09-25 14:52:09 Kees Cook gstreamer0.10: statusexplanation Since this is fixed in Edgy, I'm marking the bug as "Fix Released". Thanks again for the report!