[Gambas-user] Error message "Segmentation fault"

Benoît Minisini g4mba5 at gmail.com
Sun Apr 26 19:46:17 CEST 2020


Le 26/04/2020 à 19:36, herberth guzman a écrit :
> 
> 1- Install compiled dev prawns, following the wiki steps. After the 
> error remove it.
> 
> 2- Install compiled stable prawns, following the wiki steps. After the 
> error remove it.
> 
> 3- Install shrimp from the deepin repositories (Debian).
>    After the error remove it.
> 
> 4- Install the compiled dev prawns again, following the wiki steps.
> 
> In KDE it works well
> In openbox it works fine
> in Deepin Desktop no
> 

So if you compile from the sources, please provide the full output of 
the configuration and installation process to see if there are error 
messages in it.

Recompile everything with debugging information:

$ cd /path/to/gambas/source/directory
$ make clean
$ make "CFLAGS=-O0 -g -fvar-tracking" "CXXFLAGS=-O0 -g -fvar-tracking" -j5

The '-j' should take the number of CPUs in your system, plus one.

$ sudo make install

Once everything installed, run the Gambas IDE through the 'gdb' debugger 
until it crashes, and then send me the backtrace of the crash.

More information on the "Reporting a problem" page of the website.

Regards,

-- 
Benoît Minisini


More information about the User mailing list