Bug #671
closedcode crashed after trying to move plot widget
0%
Description
I tried to move the plot widget around and the program crashed :
2016-03-11 21:36:29.532 QLop[16288:4679835] outHitPart = -1
2016-03-11 21:36:29.533 QLop[16288:4679835] inOptions: {
"is.flipped" = 1;
kCUIPartMaskKey = 768;
kCUIThumbProportionKey = "0.625";
state = normal;
value = 0;
widget = scrollbar;
}
2016-03-11 21:36:29.533 QLop[16288:4679835] inOptions: {
"is.flipped" = 1;
kCUIPartMaskKey = 768;
kCUIThumbProportionKey = "0.625";
state = normal;
value = 0;
widget = scrollbar;
}
2016-03-11 21:36:29.533 QLop[16288:4679835] outHitPart = -1
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
Segmentation fault: 11
Updated by Nicolas Aunai over 8 years ago
- Assignee set to Anonymous
The bug occurs only when move the plot widget after having plotted something, not when starting the application with no plot yet.
[21:43:12][nicolasaunai@azrael:~/Desktop/QLop.app/Contents/MacOS]$ ./QLop
"FileDownloader"
"QLopDataBase"
"SpaceData"
"QLopPlotManager"
"QLopCore"
"QLopCodec"
qt.network.ssl: QSslSocket: cannot resolve SSL_set_psk_client_callback
qt.network.ssl: QSslSocket: cannot resolve TLSv1_1_client_method
qt.network.ssl: QSslSocket: cannot resolve TLSv1_2_client_method
qt.network.ssl: QSslSocket: cannot resolve TLSv1_1_server_method
qt.network.ssl: QSslSocket: cannot resolve TLSv1_2_server_method
qt.network.ssl: QSslSocket: cannot resolve SSL_select_next_proto
qt.network.ssl: QSslSocket: cannot resolve SSL_CTX_set_next_proto_select_cb
qt.network.ssl: QSslSocket: cannot resolve SSL_get0_next_proto_negotiated
libpng warning: iCCP: known incorrect sRGB profile
Segmentation fault: 11
The libpng "error" is seen right after the plot appears, the segfault occurs when I try to move the widget. This is reproducible