[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: on merulo: dpkg-deb a b -->SEGV



On Mon, Oct 14, 2002 at 11:07:33AM -0600, Bdale Garbee wrote:
> allomber@math.u-bordeaux.fr (Bill Allombert) writes:
> 
> > merulo% dpkg-deb a b
> > zsh: segmentation fault  dpkg-deb a b
> 
> Filed a bug against dpkg yet?  The latest build log on buildd.debian.org shows
> a number of warnings about pointer casts that are probably worth investigating.
The warning do not seem to be related.

The SEGV occurs just after a longjump() from

void badusage(const char *fmt, ...) {
  ...
  longjmp(*econtext->jbufp,1);
}
to 
void standard_startup(jmp_buf *ejbuf, int argc, const char *const **argv, const char *prog, int loadcfg, const struct cmdinfo cmdinfos[]) {

  ...
  if (setjmp(*ejbuf)) { /* expect warning about possible clobbering of argv */
    error_unwind(ehflag_bombout); exit(2);
  }

the SEGV occurs at the start of error_unwind.

Cheers,

-- 
Bill. <ballombe@debian.org>

Q: Does Debian has LSB support ?
A: Yes! But we also have MSB support.



Reply to: