[Gambas-devel] signal 11 when rendering graphics using gb.image
Kevin Fishburne
kevinfishburne at ...590...
Sat Dec 18 19:24:30 CET 2010
On 12/18/2010 09:10 AM, Benoît Minisini wrote:
> You must enabled core dumps on your machine, and use gdb on it to get a
> backtrace after your program has crashed. Or use gdb directly.
>
> Do compile gambas without optimizations before.
>
> $ cd /xxxx/trunk
> $ make clean
> $ make "CFLAGS=-O0 -g" "CXXFLAGS -00 -g"
> ...
> $ sudo make install
> ...
> $ cd /yyyy/Sanctimonia
> $ gdb gbx3
> (gdb) run
> ...
> *crash*
> (gdb) bt
Everything went fine up until the command:
make "CFLAGS=-O0 -g" "CXXFLAGS -00 -g"
When I run that I get:
make: *** No rule to make target `CXXFLAGS -00 -g'. Stop.
Is that what it's supposed to say?
--
Kevin Fishburne
Eight Virtues
www: http://sales.eightvirtues.com
e-mail: sales at ...590...
phone: (770) 853-6271
More information about the Devel
mailing list