[Bug 1625819] Re: gedit is stuck starting, no window is shown

2017-01-04 Thread Alberto Salvia Novella
** Changed in: gedit (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1625819

Title:
  gedit is stuck starting, no window is shown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1625819/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1625819] Re: gedit is stuck starting, no window is shown

2016-11-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gedit (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1625819

Title:
  gedit is stuck starting, no window is shown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1625819/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1625819] Re: gedit is stuck starting, no window is shown

2016-09-22 Thread Eric Saint-Etienne
Looked at strace: gedit is stuck in `lstat("/mnt/disk",...)` where
/mnt/disk is a NFS share mounted via autofs, the NFS server is on the
LAN.

Activating the VPN suddenly cut the communication with the LAN... and
the NFS server!

As soon as I've disabled the autofs service and unmounted `/mnt/disk`
(with -f to force), gedit window suddenly appeared!

So the problem is identified: when starting, `gedit` lists some mount
points and it can stay stuck.

Would that be possible not to list mount points or at leat do it in a
thread so that it doesn't stay stuck without obvious reason? thanks.

(please don't mark as solved as there still a problem with gedit
stat'ing mount points in an unsafe way)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1625819

Title:
  gedit is stuck starting, no window is shown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1625819/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1625819] Re: gedit is stuck starting, no window is shown

2016-09-22 Thread Eric Saint-Etienne
Also tried to clear the config With very limited success: rm -rf
~/.config/gedit

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1625819

Title:
  gedit is stuck starting, no window is shown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1625819/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1625819] Re: gedit is stuck starting, no window is shown

2016-09-22 Thread Eric Saint-Etienne
`gnome-open somefile.txt` shows the icon in the launcher, blinking.
After some time (aout 30s) the icon goes away and the gedit process is
still running.

Starting gedit in standalone mode doesn't help either: the icon is not
shown in the launcher, and gedit terminates with the following issue:

`Failed to register: Timeout was reached`

I also tried:
- running as root --> `gedit -s` doesn't terminate
- `apt-get remove gedit` then `apt-get install gedit` --> `gedit -s` doesn't 
terminate
- `dpkg-reconfigure gedit` --> `gedit -s` doesn't terminate

`gedit -s` doesn't respond to Ctrl-C which means that the process is
stuck in kernel mode, in some I/O or system call and doesn't return to
user mode. Only the KILL signal will terminate it.

As a result I can attach gdb to the `gedit -s` process but cannot debug it:
```
$ gdb -p 11414
GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.04) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word".
Attaching to process 11414
^C^C^C^C^C^C^C^C^C
```

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1625819

Title:
  gedit is stuck starting, no window is shown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1625819/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs