Quantcast
Channel: Active questions tagged crash - Stack Overflow
Viewing all articles
Browse latest Browse all 7190

Qt application is crashing on other PC

$
0
0

Hi the application which is developed using Pyside2 is running for hours without crash on one PC but on another PC it is crashing every 30 min. Both are linux systems of same version.

Following is the backtrace on segmentation fault:

Thread 49 "python3" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fff0f7fe700 (LWP 3296)]
0x00007ffff48e1119 in std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*,        std::_Rb_tree_node_base*, std::_Rb_tree_node_base&) ()
from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
(gdb) backtrace
#0  0x00007ffff48e1119 in std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&) ()
at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#1  0x00007fff7da16fb2 in  ()
    at /home/sc/.local/lib/python3.6/site-packages/PySide2/Qt/lib/libQt5WebEngineCore.so.5
#2  0x00007fff0f7fc4f8 in  ()
#3  0x00007fff0f7fc3ec in  ()
#4  0x0000000004fccd20 in  ()
#5  0x00007fff0f7fc450 in  ()
#6  0x00007fff0f7fc3ec in  ()

#7  0x00007fff7da29551 in  ()
    at /home/sc/.local/lib/python3.6/site-packages/PySide2/Qt/lib/libQt5WebEngineCore.so.5
...
#23 0x00007ffff48ca258 in operator new(unsigned long) ()
    at /usr/lib/x86_64-linux-gnu/libstdc++.so.6

I have been trying to check the python package versions on both systems they look the same!!

Why this is happening? Any sort of clue is also appreciated alot!


Viewing all articles
Browse latest Browse all 7190

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>