On Tue, Nov 16, 2010 at 11:58:44AM +0100, David Coppa wrote: > On Mon, Nov 15, 2010 at 11:43 AM, Andreas Kahari <a...@ebi.ac.uk> wrote: > > On Thu, Nov 11, 2010 at 07:28:18PM +0100, Landry Breuil wrote: > >> On Thu, Nov 11, 2010 at 06:23:50PM +0100, Landry Breuil wrote: > >> > On Thu, Nov 11, 2010 at 04:39:55PM +0000, Andreas Kahari wrote: > >> > > On Thu, Nov 11, 2010 at 05:17:06PM +0100, Paolo Aglialoro wrote: > >> > > > Hello, > >> > > > > >> > > > I'm running -current on i386, today I upgraded system to 8 nov 2011 > >> > > > snapshot. > >> > > > X and xfce4 worked flawlessly. I last upgraded xfce at the end of > October. > >> > > > After controlling X was ok, I went from CLI to upgrade the whole > packages > >> > > > with pkg_add -u. > >> > > > Now, after loading xfce, icons on desktop do not show, and thunar > fails to > >> > > > start. > >> > > > > >> > > > Is there some problem with last Thunar build? > >> > > > THX > >> > > > > >> > > > >> > > (moved to ports from misc) > >> > > > >> > > I have the same problem (ever since I tried to get back to XFCE4 last > >> > > week). Both /usr/local/bin/thunar and /usr/local/bin/xfdesktop dumps > >> > > core. > >> > > >> > No idea. I've been reported that recently.. thunar/xfdesktop didn't > >> > change, so it's probably something in the dependency chain that was > >> > updated and broke it. From my understanding, the crash happens in > >> > thunar-vfs-enum-types.c which is code generated by glib-mkenums, but i > >> > doubt it is related to last glib update as 2.26 went in end of > >> > september and diffing the code generated by both versions of glib shows > >> > no difference. It seems amd64 is not affected. > >> > > >> > Oh, and if you want to debug things, rebuild/reinstall package with > >> > EBUG=-g set. Useless otherwise. > >> > >> Oh, and of course provide more details. > >> What version of glib2 do you have ? 2.26p1 or 2.26p0 ? What version of > >> libpthread ? 13.0 or 13.1 ? That might be a fallout of > >> sched_get_priority_xx addition to libpthread. Make sure to have very > >> latest version of both. > >> > >> Landry > >> > > > > Hi, > > > > With libpthread.so.13.1 and glib2-2.26.1 thunar (and therefore also > > xfdesktop) runs fine. With glib2 2.26p1 it crashed. > > Uhmmm... It's still failing for me with libpthread.so.13.1 and glib2-2.26.1. > Thunar only works if you compile it using "-O0", which is also strange. > > Btw, It's the same failure reported here: > > https://labs.omniti.com/labs/reconnoiter/lists/users/2010-August/000510.html > > And here: > > http://marc.info/?l=openbsd-ports&m=128785324016639 > > Ciao, > David >
Ok, so I'm messed it up and didn't keep track of what I was doing. Thunar works when compiled with CFLAGS="-DEBUG=-g", and it still crashed when not. Sorry. I have not tried with -O0. Andreas