On Mon, 21 Mar 2005 12:33:05 +0200 "Ag. System Administrator"
(B<[EMAIL PROTECTED]> babbled:
(B
(B> Good time of day!
(B> 
(B> Carsten Haitzler (The Rasterman) wrote:
(B> > On Thu, 17 Mar 2005 17:48:28 +0200 "Ag. System Administrator"
(B> > <[EMAIL PROTECTED]> babbled:
(B> > 
(B> > 
(B> >>Hi again!
(B> >>
(B> >>I'm attaching gdb session dump as you requested. E17 and stuff was compiled
(B> > 
(B> > with -g.
(B> > 
(B> >>As i see it, this segv somehow belong to X, because last lines in gdb output
(B> > 
(B> > was:
(B> > 
(B> > thats possible - or your stack is screwed so badly that the backtrace is
(B> > useless.
(B> > did you recompile e17, evas, ecore, eet, embryo and edje with CFLAGS=-g ?
(B> > 
(B> 
(B> yes
(B> 
(B> > cd eet
(B> > make clean distclean
(B> > export CFLAGS=-g
(B> > ./configure
(B> > make
(B> > make install
(B> > 
(B> > etc.
(B> > ?
(B> 
(B> yes
(B> 
(B> > 
(B> > then run e17 under gdb?
(B> > 
(B> > gdb enlightenment
(B> > ...
(B> > run
(B> > 
(B> 
(B> can't do run - it will freeze X
(B> 
(B> > then when/if it dies use these gdb commands:
(B> > 
(B> > bt
(B> > l
(B> 
(B> same here, when X freezed, i can't do nothing...
(B
(Bconsoles!
(B
(B> > 
(B> > when u see the listing and the segv it will say it died on a line. there
(Bwill be
(B> > variabled. sometimes like:
(B> > 
(B> > if (!strcmp(string, "blah")) obj->blah = 1;
(B> > 
(B> > then print out all the variables
(B> > 
(B> > p string
(B> > p obj
(B> > 
(B> > if its a pointer variable u can print out what it points to (the entire
(Bstruct)
(B> > p *obj
(B> > for example
(B> > 
(B> > basically look at the code there, match it up with the src and dump a bunch
(Bof
(B> > variables (if you can) and then we have some info to work with. :) the bt
(Babove
(B> > looks like the stack is corrupt though - but make sure u compiled everything
(Bof
(B> > efl with gdb debugginng so we can check as much as possible
(B> > 
(B> 
(B> i did additional searches, and what i found is that problems starts in
(Becore_x_window_size_get(root, &w, &h);
(B> >From there called ecore_x_drawable_geometry_get, then last successfull step
(Bwas before function that located in
(B> ecore_x.c on line 722. (if (!XGetGeometry... blah blah blah...)
(B> If i enter this function - X is freezed.
(B> I think is REALLY Xorg problem, i don't know what they did with xlibs, but
(BXGetGeometry - this is what causing my problem.
(B
(Bi don't know.. but.. consoles! those vt's outside of x! :) use them! :)
(B
(B> 
(B> Might be i'm wrong, but this what i have until now... I"ll try to downgrade X
(Band xlibs, might be it will help.
(B> 
(B> 
(B> Thanks,
(B> Dan
(B> 
(B
(B
(B-- 
(B------------- Codito, ergo sum - "I code, therefore I am" --------------
(BThe Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
$BMg9%B?(B                              [EMAIL PROTECTED]
(BTokyo, Japan ($BEl5~(B $BF|K\(B)
(B
(B
(B-------------------------------------------------------
(BSF email is sponsored by - The IT Product Guide
(BRead honest & candid reviews on hundreds of IT Products from real users.
(BDiscover which products truly live up to the hype. Start reading now.
(Bhttp://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
(B_______________________________________________
(Benlightenment-devel mailing list
([email protected]
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to