View Single Post
  #4   (View Single Post)  
Old 8th October 2008
mdh's Avatar
mdh mdh is offline
Real Name: Matt D. Harris
FreeBSD 2.2.6 User
 
Join Date: Oct 2008
Location: West Virginia
Posts: 139
Default

At your (non-root) shell prompt, run:
Code:
gdb /usr/local/lib/firefox3-bin
If you don't have gdb installed, there's a port (devel/gdb, iirc)
Post the output from gdb here, it'll tell you clearly if it is exiting on a signal or with what exit code it is ceasing execution.
Reply With Quote