On Sun, Aug 3, 2008 at 11:17 AM, Dan McGhee <[EMAIL PROTECTED]> wrote:
> 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.
>>
> 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.

Since gdb shares the same top-level tree as binutils, you may
overwrite your libbfd.a and libiberty.a. But maybe it doesn't do that
anymore. Not that it's a big deal anyway since they're already
statically linked into the binutils binaries.

--
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