[mythtv-commits] Ticket #929: Backend SIGABRT, gdb backtrace

MythTV mythtv at cvs.mythtv.org
Tue Jan 10 17:23:29 UTC 2006


#929: Backend SIGABRT, gdb backtrace
----------------------+-----------------------------------------------------
 Reporter:  rkulagow  |        Owner:  danielk
     Type:  defect    |       Status:  new    
 Priority:  major     |    Milestone:  0.19   
Component:  mythtv    |      Version:  head   
 Severity:  medium    |   Resolution:         
----------------------+-----------------------------------------------------
Comment (by danielk):

 There are no invalid writes in that valgrind log, which is what I was
 hoping for.

 There are plenty of double frees, mostly due to using QString's accross
 threads without making a deep copy. But these usually don't cause a
 SEGFAULT.

 Can you set the environment variable MALLOC_CHECK_ to '1' and see if you
 can reproduce the crash? If no, please send me the backend's "-v record"
 log with the malloc messages embedded (which may be redirected to stderr
 rather than stdout.) If you can still cause the crash, can you try setting
 MALLOC_CHECK_ to '2' and get a backtrace from that.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/929>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list