[Bug 541431] Re: nautilus crashed with signal 5 in _XError()

2010-03-19 Thread Cristian Calin
** Visibility changed to: Public -- nautilus crashed with signal 5 in _XError() https://bugs.launchpad.net/bugs/541431 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.u

[Bug 541431] Re: nautilus crashed with signal 5 in _XError()

2010-03-20 Thread Cristian Calin
Just performed a dist-upgrade (20-03-2010 21:50 EET). Nautilus is still crashing but now it gives a more interesting message: k...@dracula:~$ nautilus --sync Initializing nautilus-gdu extension Gdk-ERROR **: The program 'nautilus' received an X Window System error. This probably reflects a bug in

[Bug 1318688] [NEW] nautilus crashes in action_open_item_location_callback() call in nautilus-view.c when pressing Ctrl+Alt+O directy on the desktop

2014-05-12 Thread Cristian Calin
Public bug reported: This crash can be triggered immediately after logging in without any windows open or with all application windows hidden. When you press Ctrl+Alt+O, nautilus intercepts this keybinding and crashes. I've installed the debug packages and managed to identify the brakage in the

[Bug 1318688] Re: nautilus crashes in action_open_item_location_callback() call in nautilus-view.c when pressing Ctrl+Alt+O directy on the desktop

2014-05-12 Thread Cristian Calin
When called on the empty desktop, the nautilus_view_get_selection (view) function results in a NULL result. At that point, there is no further need to continue the function execution and it is safe to exit as no resources need to be released. This patch checks for selection being NULL and returns

[Bug 1318688] Re: nautilus crashes in action_open_item_location_callback() call in nautilus-view.c when pressing Ctrl+Alt+O directy on the desktop

2014-07-15 Thread Cristian Calin
Hi, I just installed version 3.10.1-0ubuntu9.3 and can confirm that the bug is fixed in this version. Nautilus does no longer crash when pressing Ctr+Alt+O on the empty desktop. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because y