My full log is in the attatchment. After that, surf appears to be
doing nothing. When I switch to xterm and then back to surf, it is a
grey page.
2015-01-21 19:55 GMT+01:00 Markus Teich <markus.teich_AT_stusta.mhn.de>:
> Vampyrah Broadcasting wrote:
>> Do you mean "surf -g"?
>
> Nope, I mean to edit the config.mk, change the two lines to be this:
>
> CFLAGS = -std=c99 -pedantic -Wall -g -O0 ${INCS} ${CPPFLAGS}
> LDFLAGS = -g ${LIBS}
>
> Then recompile by calling `make` and run surf in gdb `gdb ./surf`. This will
> give you a commandline. From there you can start surf by typing `run`. Then
> reproduce the crash in the newly spawned surf instance and when the prompt in
> gdb appears again, type `bt full` and post the output. You can then quit gdb by
> typing `quit` and confirming.
>
> --Markus
>
- application/octet-stream attachment: errmesg
Received on Wed Jan 21 2015 - 20:15:32 CET