Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#698 closed bug (fixed)

saving a project in a directory with no sufficient rights makes QGIS 0.8.1 crash

Reported by: tutey@… Owned by: nobody
Priority: critical: causes crash or data corruption Milestone:
Component: Project Loading / Saving Version: 0.8.1
Keywords: Cc:
Must Fix for Release: Yes Platform: All
Platform Version: Awaiting user input: no

Description

QGIS 0.8.1 SVN 6834, built and and running against QT 4.2.3.

Usually it happens at a 2nd try to save a project in a dir for which I don't have write access. The bt:

Program received signal SIGABRT, Aborted.
[Switching to Thread -1255934272 (LWP 12791)]
0xffffe410 in __kernel_vsyscall ()
(gdb) bt
#0  0xffffe410 in __kernel_vsyscall ()
#1  0xb65319a1 in raise () from /lib/tls/i686/cmov/libc.so.6
#2  0xb65332b9 in abort () from /lib/tls/i686/cmov/libc.so.6
#3  0xb6714450 in __gnu_cxx::__verbose_terminate_handler ()
   from /usr/lib/libstdc++.so.6
#4  0xb6712185 in std::set_unexpected () from /usr/lib/libstdc++.so.6
#5  0xb67121b6 in std::terminate () from /usr/lib/libstdc++.so.6
#6  0xb671224b in __cxa_rethrow () from /usr/lib/libstdc++.so.6
#7  0xb7df79c4 in QMetaObject::activate (sender=0x80e6e48,
    from_signal_index=5, to_signal_index=6, argv=<value optimized out>)
    at kernel/qobject.cpp:2947
#8  0xb7df7a29 in QMetaObject::activate (sender=0x0, m=0x0,
    from_local_signal_index=1, to_local_signal_index=2, argv=0x6)
    at kernel/qobject.cpp:2992
#9  0xb745a079 in QAction::triggered (this=0x0, _t1=false)
    at moc_qaction.cpp:208
#10 0xb745a966 in QAction::activate (this=0x80e6e48, event=QAction::Trigger)
    at kernel/qaction.cpp:1075
#11 0xb7799172 in QToolButton::nextCheckState (this=0x6) at qaction.h:175
#12 0xb76f18a5 in QAbstractButtonPrivate::click (this=0x81ca318)
    at widgets/qabstractbutton.cpp:500
#13 0xb76f1ac7 in QAbstractButton::mouseReleaseEvent (this=0x81c9fa0,
    e=0xbff70184) at widgets/qabstractbutton.cpp:1076
#14 0xb77990aa in QToolButton::mouseReleaseEvent (this=0x0, e=0x6)
    at widgets/qtoolbutton.cpp:604
#15 0xb74a43d8 in QWidget::event (this=0x81c9fa0, event=0xbff70184)
    at kernel/qwidget.cpp:5718
#16 0xb76f0a36 in QAbstractButton::event (this=0x81c9fa0, e=0xbff70184)
    at widgets/qabstractbutton.cpp:1038
#17 0xb7798ee4 in QToolButton::event (this=0x0, e=0x0)
    at widgets/qtoolbutton.cpp:1011
#18 0xb7460003 in QApplicationPrivate::notify_helper (this=0x8067198,
    receiver=0x81c9fa0, e=0xbff70184) at kernel/qapplication.cpp:3439
#19 0xb746337d in QApplication::notify (this=0xbff707e8, receiver=0x81c9fa0,
    e=0xbff70184) at kernel/qapplication.cpp:3138
#20 0xb74b9f42 in QETWidget::translateMouseEvent (this=0x81c9fa0,
    event=0xbff7041c) at qcoreapplication.h:186
#21 0xb74b9898 in QApplication::x11ProcessEvent (this=0xbff707e8,
    event=0xbff7041c) at kernel/qapplication_x11.cpp:2767
#22 0xb74dcf23 in x11EventSourceDispatch (s=0x8088ed0, callback=0,
    user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:122
#23 0xb648f8d6 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#24 0xb6492996 in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#25 0xb6492e1e in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#26 0xb7e09541 in QEventDispatcherGlib::processEvents (this=0x8085d90,
    flags=@0xbff70608) at kernel/qeventdispatcher_glib.cpp:366
#27 0xb74dcad7 in QGuiEventDispatcherGlib::processEvents (this=0x8085d90,
    flags=@0x31f7) at kernel/qguieventdispatcher_glib.cpp:178
#28 0xb7de6a23 in QEventLoop::processEvents (this=0x0, flags=@0x0)
    at kernel/qeventloop.cpp:126
#29 0xb7de6b62 in QEventLoop::exec (this=0xbff706a0, flags=@0xbff706a8)
    at kernel/qeventloop.cpp:172
#30 0xb7de8f53 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:730
#31 0xb745fb7f in QApplication::exec () at kernel/qapplication.cpp:2932
#32 0x0804c12b in main ()

Change History (3)

comment:1 by tutey@…, 17 years ago

Type: defectbug

comment:2 by timlinux, 17 years ago

Resolution: fixed
Status: newclosed

Fixed with patch #725 and revisions r7017 r7018 r7019. Many thanks for filing this report - please reopen if problem persists.

Regards

Tim

comment:3 by (none), 15 years ago

Milestone: Version 0.8.1

Milestone Version 0.8.1 deleted

Note: See TracTickets for help on using tickets.