[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-12-20 Thread Chase Douglas
Hi Jan, Since you're seeing a slightly different issue, please open a new bug for it. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/827958 Title: eog crashed with SIGSEGV in

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-12-18 Thread Jan Westerbeek
Seems that the fix didnt quite catch all cases. Right now, starting eog when logged in with user A works, but with user B eog explodes with a segmentation fault. Running eog under strace gives the following output: ... fstat(20, {st_mode=0600, st_size=0, ...}) = 0 fcntl(20, F_GETFL)

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-12-18 Thread Jan Westerbeek
Also see: https://bugs.launchpad.net/ubuntu/+source/eog/+bug/872022, as that one looks a bit more appropriate. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/827958 Title: eog crashed with SIGSEGV

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-10-30 Thread mabawsa
I am still getting this bug: (eog:23040): GRIP-CRITICAL **: register_internal: assertion `GRIP_IS_GESTURE_MANAGER (manager)' failed Interestingly its only when I am logged in. Other users do not get it. I have tried deleting the eog config files in my account but this did not help. I have the

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-10-20 Thread Launchpad Bug Tracker
** Branch linked: lp:libgrip/ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/827958 Title: eog crashed with SIGSEGV in gdk_x11_window_get_xid() To manage notifications about this bug go to:

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-10-20 Thread Stephen M. Webb
** Changed in: libgrip Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/827958 Title: eog crashed with SIGSEGV in gdk_x11_window_get_xid() To manage

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-10-18 Thread Chris Halse Rogers
This looks like the -proposed package fixes the bug that it intended to fix; marking as verification-done. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-10-18 Thread Launchpad Bug Tracker
This bug was fixed in the package libgrip - 0.3.2-0ubuntu3.1 --- libgrip (0.3.2-0ubuntu3.1) oneiric-proposed; urgency=low * Fix crash (detected in eog) due to incorrect widget registrations when a window is mapped (LP: #827958). -- Chase Douglas chase.doug...@ubuntu.com Tue,

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-10-18 Thread Launchpad Bug Tracker
This bug was fixed in the package libgrip - 0.3.2-0ubuntu3.1 --- libgrip (0.3.2-0ubuntu3.1) oneiric-proposed; urgency=low * Fix crash (detected in eog) due to incorrect widget registrations when a window is mapped (LP: #827958). -- Chase Douglas chase.doug...@ubuntu.com Tue,

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-10-14 Thread Chase Douglas
I'm not sure how best to handle this. Neither crashes appear to be caused by libgrip based on the backtrace alone, but that's not really sufficient to be sure. Chris, can you determine if you see these same crashes with the utouch patch commented out? -- You received this bug notification

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-10-14 Thread Chris Bainbridge
I think that the test case is just particularly harsh in showing up race conditions in window startup. I ran the test case with sleep 1 added between the calls to eog, and did not see a single instance of this gdk_x11_window_get_xid() crash. Previously that would have been enough to trigger it.

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-10-13 Thread Chris Bainbridge
I updated to -proposed, ran the looping eog test case and saw the following two crashes but did not see the gdk_x11_window_get_xid() crash. So these crashes may or may not be related to this particular bug. The first crash happens if you have an empty sub directory, eg: $ ls -R .: a/ b/ ./a:

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-10-11 Thread Sebastien Bacher
The reproducible scenario that I posted above was obviously somewhat artificial, but since the backtrace appears to be the same as the usual crash it seemed likely that they may be caused by the same issue Well, one possible scenario is that the user use single click to open in nautilus and

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-10-11 Thread Launchpad Bug Tracker
** Branch linked: lp:libgrip/oneiric -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/827958 Title: eog crashed with SIGSEGV in gdk_x11_window_get_xid() To manage notifications about this bug go to:

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-10-11 Thread Chase Douglas
** Changed in: libgrip Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/827958 Title: eog crashed with SIGSEGV in gdk_x11_window_get_xid() To manage

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-10-11 Thread Launchpad Bug Tracker
** Branch linked: lp:libgrip -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/827958 Title: eog crashed with SIGSEGV in gdk_x11_window_get_xid() To manage notifications about this bug go to:

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-10-11 Thread Chase Douglas
** Description changed: + SRU Info: + = + [Impact] + Currently, libgrip causes a segfault crash when multiple instances of eog are opened in quick succession. This does not occur under typical use cases, but there may be instances where a user might select multiple images and open them

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-10-11 Thread Chase Douglas
** Changed in: libgrip (Ubuntu Oneiric) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/827958 Title: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-10-11 Thread Clint Byrum
Hello Gen, or anyone else affected, Accepted libgrip into oneiric-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance!

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-10-11 Thread Chase Douglas
** Changed in: libgrip (Ubuntu Precise) Status: New = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/827958 Title: eog crashed with SIGSEGV in gdk_x11_window_get_xid() To manage

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-10-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/oneiric-proposed/libgrip -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/827958 Title: eog crashed with SIGSEGV in gdk_x11_window_get_xid() To manage notifications about

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-10-06 Thread Sebastien Bacher
Chase, we keep getting eog segfaults about this and Oneiric is in hard freeze, is there any news on that? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/827958 Title: eog crashed with SIGSEGV in

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-10-06 Thread Michael Terry
This looks like the couple uses of GDK_WINDOW_XID in src/gripgesturemanager.c need to be guarded to protect against NULL. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/827958 Title: eog crashed

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-10-06 Thread Chase Douglas
Seb, My impression, based on the reproduction scenario above, was that this was not hitting a lot of people. Now that I realize we are getting many crash reports, I am focusing our team's resources on it. Jussi and Stephen are working on it now, though I'll be on planes tomorrow and won't be back

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-10-06 Thread Launchpad Bug Tracker
** Branch linked: lp:~bregma/libgrip/lp-827958 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/827958 Title: eog crashed with SIGSEGV in gdk_x11_window_get_xid() To manage notifications about this

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-10-06 Thread Stephen M. Webb
** Changed in: libgrip (Ubuntu Oneiric) Status: Confirmed = In Progress ** Changed in: libgrip (Ubuntu Oneiric) Assignee: Chase Douglas (chasedouglas) = Stephen M. Webb (bregma) ** Also affects: libgrip Importance: Undecided Status: New ** Changed in: libgrip

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-10-06 Thread Stephen M. Webb
** Changed in: libgrip Milestone: None = 0.3.3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/827958 Title: eog crashed with SIGSEGV in gdk_x11_window_get_xid() To manage notifications about

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-10-06 Thread Chris Bainbridge
Just to clarify: I have seen this crash several times in usual usage. The reproducible scenario that I posted above was obviously somewhat artificial, but since the backtrace appears to be the same as the usual crash it seemed likely that they may be caused by the same issue, and so it would be

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-10-06 Thread Stephen M. Webb
The proposed patch fixes a problem that could definitely (and only) occur any time two or more windows are opened in eog in fairly quick succession. If this is your usual usage, then it should fix the problem. If your regular usage is to just view a single picture at a time, there may still be

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-09-29 Thread Kate Stewart
** Tags added: rls-mgr-o-tracking -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/827958 Title: eog crashed with SIGSEGV in gdk_x11_window_get_xid() To manage notifications about this bug go to:

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-09-28 Thread Christopher Barrington-Leigh
I was not loading an animated gif; just a normal png, when this crash occurred -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/827958 Title: eog crashed with SIGSEGV in gdk_x11_window_get_xid() To

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-09-28 Thread Hans gogia
I was not loading an animated gif; just a normal png, when this crash occurred -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/827958 Title: eog crashed with SIGSEGV in gdk_x11_window_get_xid() To

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-09-28 Thread Chase Douglas
Can someone attach an image file that causes the crash? Or does this crash intermittently? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/827958 Title: eog crashed with SIGSEGV in

Re: [Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-09-28 Thread Francisco Campos
In my computer This crash occurr intermittenly 2011/9/28, Hans gogia 827...@bugs.launchpad.net: I was not loading an animated gif; just a normal png, when this crash occurred -- You received this bug notification because you are subscribed to a duplicate bug report (854359).

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-09-28 Thread Chris Bainbridge
Intermittent for me. There are some EOG-CRITICAL errors also. Relevant section of valgrind log attached. ** Attachment added: valgrind.txt https://bugs.launchpad.net/ubuntu/+source/libgrip/+bug/827958/+attachment/2477926/+files/valgrind.txt -- You received this bug notification because you

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-09-28 Thread Chris Bainbridge
Looks like it is triggered by some race condition when scanning a directory. I can reproduce by: run gdb eog in a window in another window cd to a directory with images in subdirectories and run the following command: while true; do eog $(find . -type d|sort -R |head -1|cut -f 1); done It

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-09-23 Thread Sebastien Bacher
** Visibility changed to: Public ** Changed in: eog (Ubuntu) Importance: Medium = High ** Changed in: eog (Ubuntu) Assignee: (unassigned) = Chase Douglas (chasedouglas) ** Also affects: eog (Ubuntu Oneiric) Importance: High Assignee: Chase Douglas (chasedouglas) Status:

[Bug 827958] Re: eog crashed with SIGSEGV in gdk_x11_window_get_xid()

2011-09-23 Thread Chase Douglas
** Package changed: eog (Ubuntu Oneiric) = libgrip (Ubuntu Oneiric) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/827958 Title: eog crashed with SIGSEGV in gdk_x11_window_get_xid() To manage