Dan Nicholson wrote:
> I think moz_pis_startstop_scripts is probably a function in
> run-mozilla.sh. So I don't think the script part is the problem. This
> would need to be run under a debugger to see what's crashing
> thunderbird. strace won't help much since the crash is happening
> within thunderbird-bin.
>
> Install gdb. It's pretty straightforward except for the install
> command: "./configure --prefix=/usr && make && make -C gdb install".
> Then run thunderbird under a debugger. The scripts actually
> accommodate this already:
>
> thunderbird -g
>
> That should find gdb and run thunderbird-bin through it. When the
> crash happens, run "bt" in the debugger. That will give a backtrace
> from where the program crashed and we can take a gander at the
> thunderbird source and see why it might be crashing.
>
> --
> Dan
>   
I was that far when I scaled back this weekend to do some "honey do's." 
gdb installed OK but I don't remember using `make -C gdb install.` If 
that is important, I will go back and re-do it. But I sure will send a 
bt soon, if the font thing doesn't clear it up.

Dan

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to