Re: strftime() produces segmentation fault

1998-01-11 Thread Noel Yap
Torsten Hilbrich wrote:
> 
> Noel Yap <[EMAIL PROTECTED]> writes:
> 
> > Not strictly Debian, but I *am* a Debian user so
> >
> > I am trying to ACeDB
> > .  However, both
> > the text and graphical programs (tace and xace, respectively) produce a
> > segmentation fault when trying to reinitialize the database.  gdb just
> > says:
> >
> > Program received signal SIGSEGV, Segmentation fault.
> > 0x40085dde in strftime ()
> 
> That usually happens, if the program gives a null pointer argument
> when calling the strftime.
> 
> You should recompile everything with -g option, run gdb ,
> and type up after receiving the segfault.  You will go up one stack
> frame and see at which source line this function is called.  Maybe you
> will be able to fix that line.

Thanks.  I am also having problems compiling, which is why I'm using the
pre-compiled binaries, but that's a whole other story.  I'll let the
upstream developers know about this.

Noel
-- 
You are in a maze of little twisting passages, all alike.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: strftime() produces segmentation fault

1998-01-07 Thread Torsten Hilbrich
Noel Yap <[EMAIL PROTECTED]> writes:

> Not strictly Debian, but I *am* a Debian user so
> 
> I am trying to ACeDB
> .  However, both
> the text and graphical programs (tace and xace, respectively) produce a
> segmentation fault when trying to reinitialize the database.  gdb just
> says:
> 
> Program received signal SIGSEGV, Segmentation fault.
> 0x40085dde in strftime ()

That usually happens, if the program gives a null pointer argument
when calling the strftime.

You should recompile everything with -g option, run gdb ,
and type up after receiving the segfault.  You will go up one stack
frame and see at which source line this function is called.  Maybe you
will be able to fix that line.

Torsten

-- 
I haven't lost my mind -- it's backed up on tape somewhere.
Fortune Cookie
PGP Public key available


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


strftime() produces segmentation fault

1998-01-05 Thread Noel Yap
Not strictly Debian, but I *am* a Debian user so

I am trying to ACeDB
.  However, both
the text and graphical programs (tace and xace, respectively) produce a
segmentation fault when trying to reinitialize the database.  gdb just
says:

Program received signal SIGSEGV, Segmentation fault.
0x40085dde in strftime ()

I am running all the latest from unstable.  I suspect that there might
be a libc5/libc6 conflict somewhere, but have no idea how to resolve
it.  Any help would be greatly appreciated.

Thanks,
Noel
[EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .