[Gambas-user] Error message "Segmentation fault"

Benoît Minisini g4mba5 at gmail.com
Sun Apr 26 20:52:13 CEST 2020


Le 26/04/2020 à 20:29, herberth guzman a écrit :
> 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
> 

I need the stack backtrace, i.e. the result of the 'bt' command after 
the crash.

Anyway it seems to crash inside the "Chameleon" widget style, so I guess 
that you won't have the crash anymore if you change the Qt5 widget style.

-- 
Benoît Minisini


More information about the User mailing list