[Gambas-user] JIT Bug

Jussi Lahtinen jussi.lahtinen at gmail.com
Sat Dec 14 23:39:35 CET 2019


If I run the project on gdb I get the same, but if I run the IDE on gdb and
then start the project I will get the freeze...

(gdb) run
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".
gb.gui.qt: warning: 'gb.qt5' component not found, using 'gb.qt4' instead
warning: Corrupted shared library list: 0x555555c99eb0 != 0x555555c52f90
[New Thread 0x7fffd5030700 (LWP 12854)]
[New Thread 0x7fff9423d700 (LWP 12855)]
[New Thread 0x7fff93a3c700 (LWP 12856)]
[New Thread 0x7fff92e50700 (LWP 12857)]
^C
Thread 1 "gbx3" received signal SIGINT, Interrupt.
0x00007ffff7af8bf9 in __GI___poll (fds=0x5555565b3c30, nfds=10, timeout=465)
    at ../sysdeps/unix/sysv/linux/poll.c:29
29 ../sysdeps/unix/sysv/linux/poll.c: No such file or directory.
(gdb) bt
#0  0x00007ffff7af8bf9 in __GI___poll (fds=0x5555565b3c30, nfds=10,
timeout=465) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007ffff36f95c9 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffff36f96dc in g_main_context_iteration ()
    at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffff4ad320e in
QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)
() at /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#4  0x00007ffff507c666 in  () at /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#5  0x00007ffff4aa112f in
QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#6  0x00007ffff4aa1495 in
QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#7  0x00007ffff4aa7459 in QCoreApplication::exec() ()
    at /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#8  0x00007ffff5d91555 in hook_loop() () at main.cpp:1023
#9  0x00005555555726dd in main (argc=<optimized out>, argv=<optimized out>)
    at gbx.c:457

Corrupted shared library list?


Jussi

On Sat, Dec 14, 2019 at 8:35 AM Benoît Minisini <g4mba5 at gmail.com> wrote:

> Le 14/12/2019 à 04:36, Jussi Lahtinen a écrit :
> > Here is bug that that freezes JIT.
> > See attached project and search for "Typo here hangs JIT".
> >
> >
> > Jussi
> >
> >
> > ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
> >
>
> It does not freeze here, it raises an error "PTC.Main.0: #6: Type
> mismatch: wanted Integer, got CRecipe instead".
>
> Regards,
>
> --
> Benoît Minisini
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20191215/84c41bd9/attachment.html>


More information about the User mailing list