http://bugzilla.opensuse.org/show_bug.cgi?id=1205587 Bug ID: 1205587 Summary: tolua segfaults Classification: openSUSE Product: openSUSE Distribution Version: Leap 42.3 Hardware: x86-64 OS: openSUSE Leap 15.5 Status: NEW Severity: Normal Priority: P5 - None Component: Development Assignee: screening-team-bugs@suse.de Reporter: m_louis30@yahoo.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- First of all sorry if this isn't the correct way to report bugs, it's my first time with openSUSE. After a report that my app was failing to build on OpenSUSE Leap, I gave it a try in a freshly pulled opensuse/leap Docker image. The issue turned out to be that tolua (tolua-5.2.4-bp154.2.18.x86_64.rpm) segfaults whenever one tries to run it: # tolua Segmentation fault (core dumped) GDB doesn't show anything interesting, even with the debuginfo package installed: (gdb) bt #0 0x0000000000002506 in ?? () #1 0x00007fcf526217d8 in main (argc=0, argv=0x0) at tolua.c:65 Line 65 is the first line in main(), which initializes a Lua context. argc=argv=0 does look suspicious. -- You are receiving this mail because: You are on the CC list for the bug.