Bug#635712: crashes immediately after document load

2012-11-26 Thread Philipp Kern
On Sun, 25 Nov 2012 14:24:12 +0100 (CET)
Dominik George n...@naturalnet.de wrote:
  As I can't it would be helpful if you could install gobby-0.5-dbg,
  libglib2.0-0-dbg and libinfinity-0.5-dbg and run it under gdb:
 I could certainly do that, but that'd imply having gdb running all
 the time waiting for the bug to finally appear. Right now, it doesn't
 occur for me either.

The issue has been identified. It's when a user marks a range at the
end of the document and the connecting (crashing) user has a very slow
connection. Hence the selection is synced before the text content is
added to the text view. Reproducable here with netem delay 300ms loss
3% to gobby.debian.org with another client providing the selection at
the end of the document.

Kind regards
Philipp Kern


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#635712: crashes immediately after document load

2012-11-26 Thread Philipp Kern
On Mon, 26 Nov 2012 11:14:47 +0100
Philipp Kern pk...@debian.org wrote:
 The issue has been identified. It's when a user marks a range at the
 end of the document and the connecting (crashing) user has a very slow
 connection. Hence the selection is synced before the text content is
 added to the text view. Reproducable here with netem delay 300ms loss
 3% to gobby.debian.org with another client providing the selection at
 the end of the document.

It's now fixed upstream. I'll upload a fix in the next days.

Thanks for the ping
Philipp Kern


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#635712: crashes immediately after document load

2012-11-25 Thread Dominik George
Package: gobby-0.5
Version: 0.4.94-5
Followup-For: Bug #635712

I can reproduce this bug.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gobby-0.5 depends on:
ii  dpkg1.16.9
ii  libatk1.0-0 2.4.0-2
ii  libatkmm-1.6-1  2.22.6-1
ii  libc6   2.13-35
ii  libcairo-gobject2   1.12.2-2
ii  libcairo2   1.12.2-2
ii  libcairomm-1.0-11.10.0-1
ii  libgcc1 1:4.7.2-4
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.33.12+really2.32.4-3
ii  libglibmm-2.4-1c2a  2.32.1-1
ii  libgnutls26 2.12.20-1
ii  libgsasl7   1.8.0-2
ii  libgtk-3-0  3.4.2-4
ii  libgtkmm-3.0-1  3.4.2-1
ii  libgtksourceview-3.0-0  3.4.2-1
ii  libinfgtk3-0.5-00.5.2-5
ii  libinfinity-0.5-0   0.5.2-5
ii  libpango1.0-0   1.30.0-1
ii  libpangomm-1.4-12.28.4-1
ii  libsigc++-2.0-0c2a  2.2.10-0.2
ii  libstdc++6  4.7.2-4
ii  libunique-3.0-0 3.0.2-1
ii  libxml++2.6-2   2.34.2-1
ii  libxml2 2.8.0+dfsg1-6

gobby-0.5 recommends no packages.

Versions of packages gobby-0.5 suggests:
ii  avahi-daemon  0.6.31-1

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#635712: crashes immediately after document load

2012-11-25 Thread Philipp Kern
On Sun, 25 Nov 2012 13:42:52 +0100
Dominik George n...@naturalnet.de wrote:

 I can reproduce this bug.

Any more detail, please? Like a backtrace from gdb? Against which
server? Is it public?

Kind regards
Philipp Kern


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#635712: crashes immediately after document load

2012-11-25 Thread Dominik George
Hi,

 Any more detail, please? Like a backtrace from gdb? Against which
 server? Is it public?

Sure. I can *sometimes* reproduce the issue when opening /BSP/2012/Bugs on 
gobby.debian.org .

-nik


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#635712: crashes immediately after document load

2012-11-25 Thread Philipp Kern
On Sun, 25 Nov 2012 14:08:17 +0100 (CET)
Dominik George n...@naturalnet.de wrote:

 Hi,
 
  Any more detail, please? Like a backtrace from gdb? Against which
  server? Is it public?
 
 Sure. I can *sometimes* reproduce the issue when
 opening /BSP/2012/Bugs on gobby.debian.org .
 
 -nik

As I can't it would be helpful if you could install gobby-0.5-dbg,
libglib2.0-0-dbg and libinfinity-0.5-dbg and run it under gdb:

(gdb) break g_assertion_message_expr
(gdb) run

Then please issue »bt full« after the crash.

Thanks
Philipp Kern


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#635712: crashes immediately after document load

2012-11-25 Thread Dominik George
Hi,

 As I can't it would be helpful if you could install gobby-0.5-dbg,
 libglib2.0-0-dbg and libinfinity-0.5-dbg and run it under gdb:

I could certainly do that, but that'd imply having gdb running all the 
time waiting for the bug to finally appear. Right now, it doesn't occur 
for me either.

I guess it occurs when multibyte characters appear in some certain place 
or count ... that's just a guess.

-nik


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#635712: crashes immediately after document load

2011-07-28 Thread Clint Adams
Package: gobby-0.5
Version: 0.4.94-1

When trying to access dc11-monkeysphere on gobby.debian.net right now, gobby 
crashes:

% gobby-0.5 
**
ERROR:inf-text-gtk-view.c:978:inf_text_gtk_view_expose_event_after_cb: 
assertion failed: (end = gtk_text_buffer_get_char_count( 
gtk_text_view_get_buffer(priv-textview) ))
zsh: abort  gobby-0.5




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#635712: crashes immediately after document load

2011-07-28 Thread Philipp Kern
On Thu, Jul 28, 2011 at 10:21:02AM +, Clint Adams wrote:
 When trying to access dc11-monkeysphere on gobby.debian.net right now, gobby 
 crashes:
 
 % gobby-0.5 
 **
 ERROR:inf-text-gtk-view.c:978:inf_text_gtk_view_expose_event_after_cb: 
 assertion failed: (end = gtk_text_buffer_get_char_count( 
 gtk_text_view_get_buffer(priv-textview) ))
 zsh: abort  gobby-0.5

Yeah, me too; on the same document.  It's known upstream, and I also
filed a ticket upstream now (#564).

@Armin: The server will disappear on the weekend, though.

Kind regards
Philipp Kern


signature.asc
Description: Digital signature


Bug#635712: crashes immediately after document load

2011-07-28 Thread Armin Burgmeier
On Thu, 2011-07-28 at 15:03 +0200, Philipp Kern wrote:
 On Thu, Jul 28, 2011 at 10:21:02AM +, Clint Adams wrote:
  When trying to access dc11-monkeysphere on gobby.debian.net right now, 
  gobby crashes:
  
  % gobby-0.5 
  **
  ERROR:inf-text-gtk-view.c:978:inf_text_gtk_view_expose_event_after_cb: 
  assertion failed: (end = gtk_text_buffer_get_char_count( 
  gtk_text_view_get_buffer(priv-textview) ))
  zsh: abort  gobby-0.5
 
 Yeah, me too; on the same document.  It's known upstream, and I also
 filed a ticket upstream now (#564).
 
 @Armin: The server will disappear on the weekend, though.

That's unfortunate. Could you prepare a core dump and a corresponding
executable for me to investigate next week?

Armin




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org