segmentation fault with bluefish
Sebastien Bacher
seb128 at canonical.com
Sun Sep 19 22:31:53 UTC 2004
Le dimanche 19 septembre 2004 à 17:24 -0500, Sam Folk-Williams a écrit :
> Hi,
>
> When I try to start bluefish the splash screen appears and the program
> appears to be loading, then suddenly the splash screen disappears and
> the program does not load. If I try starting from the command line, I
> get this:
>
> sam at ernie ~ $ bluefish //splash screen apears as described above
> Segmentation fault
> sam at ernie ~ $ //splash screen vanishes
>
> Any ideas?
Hi,
Could you install gdb and run it under gdb ?
$ apt-get install gdb
$ gdb bluefish
(gdb) run
...
... crash
(gdb) bt
And provide the backtrace.
Thanks,
Sebastien Bacher
More information about the ubuntu-users
mailing list