View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0001043 | OMNeT++ | runtime / Qtenv | public | 2018-06-11 22:43 | 2018-06-19 08:20 |
|
Reporter | bourou01 | |
Assigned To | attila | |
Priority | immediate | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | |
Platform | Laptop MSI GL72 7QF | OS | Linux archlinux 4.16.13-2-ARCH | OS Version | 4.16.13-2 |
Product Version | 5.3 | |
Target Version | | Fixed in Version | 5.4 | |
|
Summary | 0001043: Qtenv crash with tictoc example |
Description | Qtenv start, after selecting config and pressing OK, it quit immediately with Segmentation fault (core dumped) error. |
Steps To Reproduce | Just start the simulation with './tictoc' or './tictoc_dbg' |
Additional Information | I suspect my QT5 version which is "5.11.0"
|
Tags | No tags attached. |
|
Attached Files | omnet5.3-bug_report.txt [^] (2,543 bytes) 2018-06-11 22:43 [Show Content] [Hide Content][[email protected] tictoc]$ gdb tictoc_dbg
GNU gdb (GDB) 8.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from tictoc_dbg...(no debugging symbols found)...done.
(gdb) start
Temporary breakpoint 1 at 0x44674
Starting program: /opt/omnetpp/samples/tictoc/tictoc_dbg
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Temporary breakpoint 1, 0x0000555555598674 in main ()
(gdb) next
Single stepping until exit from function main,
which has no line number information.
OMNeT++ Discrete Event Simulation (C) 1992-2017 Andras Varga, OpenSim Ltd.
Version: 5.3, build: 171221-c6b3c50, edition: Academic Public License -- NOT FOR COMMERCIAL USE
See the license for distribution terms and warranty disclaimer
Setting up Qtenv...
Loading NED files from .: 19
Loading images from '/opt/omnetpp/images': *: 0 abstract/*: 90 background/*: 4 block/*: 320 device/*: 195 logo/*: 1 maps/*: 9 misc/*: 70 msg/*: 55 old/*: 111 status/*: 28
[New Thread 0x7fffe65fa700 (LWP 18199)]
[New Thread 0x7fffdb490700 (LWP 18200)]
[New Thread 0x7fffdac8f700 (LWP 18201)]
[New Thread 0x7fffda220700 (LWP 18202)]
Thread 1 "tictoc_dbg" received signal SIGSEGV, Segmentation fault.
0x00007ffff73b724c in QString::isEmpty() const () from /opt/omnetpp/lib/liboppqtenv_dbg.so
(gdb) next
Single stepping until exit from function _ZNK7QString7isEmptyEv,
which has no line number information.
Couldn't get registers: Aucun processus de ce type.
Couldn't get registers: Aucun processus de ce type.
(gdb) [Thread 0x7fffda220700 (LWP 18202) exited]
[Thread 0x7fffdac8f700 (LWP 18201) exited]
[Thread 0x7fffdb490700 (LWP 18200) exited]
[Thread 0x7fffe65fa700 (LWP 18199) exited]
Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.
The program is not being run.
(gdb) quit
[[email protected] tictoc]$
|
|