Mailing List Archive

mythbackend corefiles
I have two corefiles from mythbackend that I can submit if any of the
development crew is interested. They are from repeated crashes in the same
place: when in mythweb->recorded_programs, and I delete one of them. I'm
running CVS'd mythtv from May 27th.

gdb says:

Program terminated with signal 11, Segmentation fault.
#0 0x400a11bd in WriteStringList(QSocket*, QStringList&) () from
/usr/local/lib/libmyth-0.9.so.0

Steve
Re: mythbackend corefiles [ In reply to ]
On Monday 02 June 2003 11:41 am, Steve wrote:
> I have two corefiles from mythbackend that I can submit if any of the
> development crew is interested. They are from repeated crashes in the same
> place: when in mythweb->recorded_programs, and I delete one of them. I'm
> running CVS'd mythtv from May 27th.

Core files from multithreaded programs in linux are very rarely accurate. I'd
need to get a full backtrace as described in the howto (url below) for it to
be more useful.

http://www.mythtv.org/docs/mythtv-HOWTO-18.html#ss18.9

Isaac