[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: bus fault under load



#0  0x1e42c in connection_activity (conn=0xa1888) at connection.c:212
Source file is more recent than executable.
Line number 212 out of range; connection.c has 211 lines.
(gdb) print arg
$1 = (struct co_arg *) 0xc9f090
(gdb) print *arg
$2 = {co_conn = 0x75696400, co_op = 0x4a31}
(gdb) print *arg->co_op
Cannot access memory at address 0x4a31.

--
Roy Hooper
Sr. Systems Administrator
Cyberus Online Inc.
(613) 233-0068


> -----Original Message-----
> From: Kurt D. Zeilenga [mailto:Kurt@OpenLDAP.Org]
> Sent: Tuesday, February 02, 1999 2:50 PM
> To: Roy Hooper
> Cc: openldap-bugs@OpenLDAP.Org
> Subject: Re: bus fault under load
> 
> 
> At 02:31 PM 2/2/99 -0500, Roy Hooper wrote:
> >#0  0x1e42c in connection_activity (conn=0xa1888) at connection.c:212
> >212             pthread_detach( arg->co_op->o_tid );
> 
> print arg
> print *arg
> print *arg->co_op
> 
> thanks, Kurt
>