Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qgis master crashes when when pressing the delete or backspace keys while digitising lines or polygons #17242

Closed
qgib opened this issue Aug 16, 2013 · 3 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Digitizing Related to feature digitizing map tools or functionality
Milestone

Comments

@qgib
Copy link
Contributor

qgib commented Aug 16, 2013

Author Name: Giovanni Manghi (@gioman)
Original Redmine Issue: 8474
Affected QGIS version: master
Redmine category:digitising


giovanni@sibirica ~ $ qgis
Warning: loading of qt translation failed [/usr/share/qt4/translations/qt_en_US]
QGIS died on signal 11[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7f9d1e63f700 (LWP 3547)]
[New Thread 0x7f9d1ffff700 (LWP 3546)]
[New Thread 0x7f9d24f54700 (LWP 3545)]
[New Thread 0x7f9d2604d700 (LWP 3544)]
[New Thread 0x7f9d2de16700 (LWP 3536)]
0x00007f9d5512448d in waitpid () from /lib/x86_64-linux-gnu/libc.so.6
[Current thread is 1 (Thread 0x7f9d5c31f7c0 (LWP 3535))]
#_0 0x00007f9d5512448d in waitpid () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#_1 0x00000000004e8850 in qgisCrash(int) ()
No symbol table info available.
#2
No symbol table info available.
#_3 0x00007f9d58d1a798 in QgsPoint::operator=(QgsPoint const&) () from /usr/lib/libqgis_core.so.1.9.0
No symbol table info available.
#_4 0x00007f9d58746eec in QgsRubberBand::movePoint(int, QgsPoint const&, int) () from /usr/lib/libqgis_gui.so.1.9.0
No symbol table info available.
#_5 0x0000000000620296 in QgsMapToolCapture::undo() ()
No symbol table info available.
#_6 0x00007f9d586f15e6 in QgsMapCanvas::keyPressEvent(QKeyEvent*) () from /usr/lib/libqgis_gui.so.1.9.0
No symbol table info available.
#_7 0x00007f9d570dd1c8 in QWidget::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
No symbol table info available.
#_8 0x00007f9d5749d3b6 in QFrame::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
No symbol table info available.
#_9 0x00007f9d5751f4c3 in QAbstractScrollArea::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
No symbol table info available.
#_10 0x00007f9d5708c894 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
No symbol table info available.
#_11 0x00007f9d57091dd5 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
No symbol table info available.
#_12 0x00007f9d58c1c2a6 in QgsApplication::notify(QObject*, QEvent*) () from /usr/lib/libqgis_core.so.1.9.0
No symbol table info available.
#_13 0x00007f9d57d09e9c in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
No symbol table info available.
#_14 0x00007f9d57130c49 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
No symbol table info available.
#_15 0x00007f9d571310bb in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
No symbol table info available.
#_16 0x00007f9d5710b637 in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
No symbol table info available.
#_17 0x00007f9d571350d2 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
No symbol table info available.
#_18 0x00007f9d53bc7d53 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#_19 0x00007f9d53bc80a0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#_20 0x00007f9d53bc8164 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#_21 0x00007f9d57d393bf in QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
No symbol table info available.
#_22 0x00007f9d57134d5e in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
No symbol table info available.
#_23 0x00007f9d57d08c82 in QEventLoop::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
No symbol table info available.
#_24 0x00007f9d57d08ed7 in QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
No symbol table info available.
#_25 0x00007f9d57d0df67 in QCoreApplication::exec() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
No symbol table info available.
#_26 0x00000000004e421e in main ()
No symbol table info available.
gdb returned 0
Aborted (core dumped)

@qgib
Copy link
Contributor Author

qgib commented Aug 16, 2013

Author Name: Denis Rouzaud (@3nids)


#818

@qgib
Copy link
Contributor Author

qgib commented Aug 16, 2013

Author Name: Denis Rouzaud (@3nids)


  • status_id was changed from Open to Closed

@qgib
Copy link
Contributor Author

qgib commented Aug 16, 2013

Author Name: Giovanni Manghi (@gioman)


  • resolution was changed from to fixed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Digitizing Related to feature digitizing map tools or functionality labels May 24, 2019
@qgib qgib added this to the Version 2.0.0 milestone May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Digitizing Related to feature digitizing map tools or functionality
Projects
None yet
Development

No branches or pull requests

1 participant