Re: guile-gnome2 - Segmentation fault

2010-07-09 Thread Andy Wingo
On Tue 06 Jul 2010 16:37, Patrick Bernaud writes: > Hi David, > > David Pirotte writes: > > [...] > > Does it crashes for you [any guile-gnome user willing to try?] too? > > Yes it does for me too. > > In versions of gtk >= 2.11, tree iterators (GtkTreeIter) are allocated > through the GSlice

Re: guile-gnome2 - Segmentation fault

2010-07-06 Thread David Pirotte
Hi Patrick, [This is good news Andy !!] Fantastic, thank you so much for bringing this info to my knowledge, it solves a problem that i have had for quite a long time: I can't believe it yet! I wish I'd know about that right from the beginning [it's always like that :-)] I think it shoul

Re: guile-gnome2 - Segmentation fault

2010-07-06 Thread Patrick Bernaud
Hi David, David Pirotte writes: > [...] > Does it crashes for you [any guile-gnome user willing to try?] too? Yes it does for me too. In versions of gtk >= 2.11, tree iterators (GtkTreeIter) are allocated through the GSlice memory allocator (http://library.gnome.org/devel/glib/stable/glib-Mem

Re: guile-gnome2 - Segmentation fault

2010-07-05 Thread David Pirotte
Hi Andy, guile-gnome users, Launching the following little application example and clicking the 'Start' button systematically provoke a segmentation fault on guile-gnome-2 [and guile-gnome-0] Does it crashes for you [any guile-gnome user willing to try?] too? Thanks, David ps: while buildi

Re: guile-gnome2 - Segmentation fault

2010-07-04 Thread David Pirotte
Hi Andy, I patched the debian source/debuild/dpkg -i with the 2 patches you mentioned and that were not in the debian ... but it still crash. this time the backtrace is larger, would it gives us more info? I'll try to make a short example which 'mimics' what my app mainly do and try to make it cr

Re: guile-gnome2 - Segmentation fault

2010-07-03 Thread David Pirotte
Hi Andy, I am sorry I am not very helpful with these source code management techniques, git was not even installed on my machine! [still use cvs for my own work :-(] But I am very happy to learn! I installed git, did a checkout and compared source code, and NO, the 2 pat

Re: guile-gnome2 - Segmentation fault

2010-07-03 Thread Andy Wingo
Hi, I had said: >> Can you check to see that the following patches are applied to the >> debian package: >> >> 0ca1de9d89ed7b2899e49f273f27f810540a6508 >> 3d11c93b290992b2c4d9eeef57c2a7a54f808783 These are git commits. You replied: On Fri 02 Jul 2010 17:32, David Pirotte writes: > I don

Re: guile-gnome2 - Segmentation fault

2010-07-02 Thread David Pirotte
Hi Andy, I don't know, on the debian patch tracking system page for guile-gnome-platform, patches are listed by names. I don't see these [MD5sum?] numbers you mentioned, could you may be have a quick look @ http://patch-tracker.debian.org/package/guile-gnome-platform/2.16.1-4 on my box,

Re: guile-gnome2 - Segmentation fault

2010-07-01 Thread Andy Wingo
On Tue 29 Jun 2010 22:33, David Pirotte writes: > I'll try to produce a better backtrace [some .deb package have no -dbg > corresponding package > and the -dev do not always include debugging symbols] > > But in order to help me helping developpers to get rid og this bug [which did > not desapp

guile-gnome2 - Segmentation fault

2010-06-29 Thread David Pirotte
Hello, debian [testing/unstable] all guile-gnome22.16.1-4installed I'll try to produce a better backtrace [some .deb package have no -dbg corresponding package and the -dev do not always include debugging symbols] But in order to help me helping developpers to ge