On Wed, 2001-11-21 at 03:40, Steven Knight wrote:
> On Tue, 2001-11-20 at 21:03, Damon Chaplin wrote:
> > On Tue, 2001-11-20 at 20:43, Steven Knight wrote:
> > 
> > > Sorry for the late response, but I was in classes and work today.  Anyway, I
> > > did as you said, in one terminal I ran gdb evolution-calendar and in another I 
>started
> > > evolution.  evolution comes up, I click on Calendar and get the error dialog 
>box.  I
> > > then try to type 
> > > 
> > >   (gdb) bt 
> > > 
> > > but I cannot because I don't have an gdb prompt.  It is just sitting there with 
> > > the output from my typing run :
> > > 
> > >   Starting program: /usr/bin/evolution-calendar 
> > >   [New Thread 1024 (LWP 7945)]
> > 
> > It sounds like something has 'grabbed' the mouse events so you won't be
> > able to use the mouse to switch to the gdb window.
> > 
> > But you should be able to use Alt+Tab to switch the keyboard focus to
> > the gdb window, to type 'bt'. Can you do that?
> 
> I used Alt+Tab to switch the keyboard focus to the gdb window but I
> still cannot type anything into the gdb window.  The gdb prompt will 
> only come back once I run killev.  And that produces the error message I
> stated in my previous email.
> 
> Any other thoughts?
> 
did you wait some seconds before starting evolution? Because if you
didn't, it may happen that another evolution-calendar process is started
from the evolution shell, and it is that one the one which crashes, and
not the one on your gdb session.

Another try:
* killev
* start evolution as usual
* when started, go to a terminal and:

        ps ax | grep calendar
        gdb evolution-calendar pidof_evolution_calendar

(where pidof_evolution_calendar is the pid number shown by ps)

then, when the gdb prompt shows up:

        (gdb) c

and sit there until it crashes (that is, go to your evolution window and
load the calendar component, as you did before). When it crashes:

        (gdb) bt

cheers
-- 
Rodrigo Moya <[EMAIL PROTECTED]> - <[EMAIL PROTECTED]>
http://www.gnome-db.org/ - http://www.ximian.com/


_______________________________________________
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution

Reply via email to