<div dir="ltr"><div>Thanks Benoit</div><div><br></div><div><br></div>Starting program: /usr/bin/gbx3 <br>[Thread debugging using libthread_db enabled]<br>Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".<br>[New Thread 0x7fffee284700 (LWP 15837)]<br>[Detaching after vfork from child process 15838]<br>[Detaching after vfork from child process 15839]<br>[Detaching after vfork from child process 15842]<br>[New Thread 0x7fffed0cb700 (LWP 15845)]<br>[New Thread 0x7fffe7f6e700 (LWP 15852)]<br>[Detaching after vfork from child process 15856]<br>[New Thread 0x7fffe6477700 (LWP 15857)]<br>[New Thread 0x7fffdf3a0700 (LWP 15858)]<br>[Detaching after fork from child process 15859]<br>[Detaching after fork from child process 15861]<br><br>Thread 1 "gbx3" received signal SIGSEGV, Segmentation fault.<br>0x00007fffec8a5791 in chameleon::ChameleonStyle::drawPrimitive(QStyle::PrimitiveElement, QStyleOption const*, QPainter*, QWidget const*) const ()<br>   from /usr/lib/x86_64-linux-gnu/qt5/plugins/styles/libchameleon.so<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El dom., 26 abr. 2020 a las 11:47, Benoît Minisini (<<a href="mailto:g4mba5@gmail.com">g4mba5@gmail.com</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Le 26/04/2020 à 19:36, herberth guzman a écrit :<br>
> <br>
> 1- Install compiled dev prawns, following the wiki steps. After the <br>
> error remove it.<br>
> <br>
> 2- Install compiled stable prawns, following the wiki steps. After the <br>
> error remove it.<br>
> <br>
> 3- Install shrimp from the deepin repositories (Debian).<br>
>    After the error remove it.<br>
> <br>
> 4- Install the compiled dev prawns again, following the wiki steps.<br>
> <br>
> In KDE it works well<br>
> In openbox it works fine<br>
> in Deepin Desktop no<br>
> <br>
<br>
So if you compile from the sources, please provide the full output of <br>
the configuration and installation process to see if there are error <br>
messages in it.<br>
<br>
Recompile everything with debugging information:<br>
<br>
$ cd /path/to/gambas/source/directory<br>
$ make clean<br>
$ make "CFLAGS=-O0 -g -fvar-tracking" "CXXFLAGS=-O0 -g -fvar-tracking" -j5<br>
<br>
The '-j' should take the number of CPUs in your system, plus one.<br>
<br>
$ sudo make install<br>
<br>
Once everything installed, run the Gambas IDE through the 'gdb' debugger <br>
until it crashes, and then send me the backtrace of the crash.<br>
<br>
More information on the "Reporting a problem" page of the website.<br>
<br>
Regards,<br>
<br>
-- <br>
Benoît Minisini<br>
<br>
----[ <a href="http://gambaswiki.org/wiki/doc/netiquette" rel="noreferrer" target="_blank">http://gambaswiki.org/wiki/doc/netiquette</a> ]----<br>
</blockquote></div>