[Gambas-user] Segmentation fault (11)

Patrik Karlsson pata.karlsson at ...626...
Fri May 30 08:20:59 CEST 2014


2014-05-29 22:55 GMT+02:00 Tobias Boege <taboege at ...626...>:

> On Thu, 29 May 2014, Patrik Karlsson wrote:
> > The program has stopped unexpectedly:
> > Segmentation fault (11)
> >
> > Please send a bug report to the following mail address:
> > gambas at ...52...
> > -------
> >
> > This is what I get when trying to close my program while it is doing some
> > timer based animations. I guess the program is to complex to make a
> simple
> > version that reproduces that behavior.
> >
> > The IDE debugger shows nothing, my process is just gone I guess.
> >
>
> That's normal with segfaults.
>
> > How can I debug it?
>
> You will want to compile Gambas with debugging information and use gdb on
> it. To include debugging information, do
>
> $ make clean && make CFLAGS+="-O0 -ggdb" CXXFLAGS+="-O0 -ggdb"
>
> in the source tree (IIRC). However, it is not going to be fun...
>
>
I have never used gdb so I will continue to break it down in order to found
the origin of the problem.
One thing I noticed is that this only happens with gb.qt4, not with qb.gtk.



More information about the User mailing list