Quite confusing looking. A couple suggestions:
1. Try recompiling CDE without optimizations so you get a complete
backtrace and make sure
    gdb isn't getting confused anywhere [which certainly happens].
(I use this sort of command, perhaps there is a better way to do this)
# make CDEBUGFLAGS='-O0 -g' CXXDEBUGFLAGS='-O0 -g'  <target>

2. Try running under valgrind, since the error according to gdb is
related to a memory allocation routine.

On Wed, Aug 15, 2012 at 6:32 AM, Lennert Van Alboom
<lenn...@vanalboom.org> wrote:
> Hello everyone,
>
>
> I'm seeing segmentation faults for dtfile on my CDE build (git pull from
> yesterday, 14/08/2012; Linux amd64). Odd thing is: this did use to work, and
> it
> stopped working after some of my user-workspace customizations (changing
> fonts,
> palette, etc). I haven't managed to track down which of my actions actually
> caused this. In any way, I'm 100% positive that the binary itself did work
> with
> an empty ~/.dt, right after installing and doing a configRun.
>
> I've attached a gdb backtrace:
>
> $ gdb dtfile | tee dtfile.gdb.log
>
> ... and also a strace of dtfile to see where it failed:
>
> $ strace dtfile 2>&1 | tee dtfile.strace.log
>
>
> I can't make much of it, so any help would be appreciated.
>
>
> Thanks,
>
>
> Lennert
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> cdesktopenv-devel mailing list
> cdesktopenv-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel
>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to