[Gambas-user] Error message "Segmentation fault"

herberth guzman herberthguzman at gmail.com
Sun Apr 26 20:29:54 CEST 2020


Thanks Benoit


Starting program: /usr/bin/gbx3
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffee284700 (LWP 15837)]
[Detaching after vfork from child process 15838]
[Detaching after vfork from child process 15839]
[Detaching after vfork from child process 15842]
[New Thread 0x7fffed0cb700 (LWP 15845)]
[New Thread 0x7fffe7f6e700 (LWP 15852)]
[Detaching after vfork from child process 15856]
[New Thread 0x7fffe6477700 (LWP 15857)]
[New Thread 0x7fffdf3a0700 (LWP 15858)]
[Detaching after fork from child process 15859]
[Detaching after fork from child process 15861]

Thread 1 "gbx3" received signal SIGSEGV, Segmentation fault.
0x00007fffec8a5791 in
chameleon::ChameleonStyle::drawPrimitive(QStyle::PrimitiveElement,
QStyleOption const*, QPainter*, QWidget const*) const ()
   from /usr/lib/x86_64-linux-gnu/qt5/plugins/styles/libchameleon.so

El dom., 26 abr. 2020 a las 11:47, Benoît Minisini (<g4mba5 at gmail.com>)
escribió:

> 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
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20200426/ae7cb7fe/attachment.html>


More information about the User mailing list