Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2002 20:13:20 -0700
From:      Sean Chittenden <sean@chittenden.org>
To:        Joe Marcus Clarke <marcus@marcuscom.com>
Cc:        Chip Wiegand <chip@wiegand.org>, ports@FreeBSD.ORG
Subject:   Re: FreeBSD Port Mozilla - fails badly when I ran portupgrade
Message-ID:  <20020424201320.A82196@ninja1.internal>
In-Reply-To: <1019703039.297.12.camel@gyros.marcuscom.com>; from "marcus@marcuscom.com" on Wed, Apr 24, 2002 at = 11:50:39PM
References:  <20020423231838.60e8f150.chip@wiegand.org> <20020423232253.D61911@ninja1.internal> <1019675885.8815.46.camel@gyros.marcuscom.com> <20020424145609.O61911@ninja1.internal> <1019703039.297.12.camel@gyros.marcuscom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> This might be an issue with library incompatibilities or a missing
> lib.

Possible.  It used to work with .9.7, upgraded to 0.9.9 and it didn't
work, same fate with rc1.

> However, you should be able to get a core dump by making sure the
> following sysctl variables are set, and the coredumpsize ulimit is
> non-zero:
> 
> kern.sugid_coredump: 1
> kern.coredump: 1

$ su
Password:
8:07pm sean@mat:/etc # sysctl kern.suid_coredump=1
sysctl: unknown oid 'kern.suid_coredump'
8:08pm sean@mat:/etc # sysctl kern.sugid_coredump=1
kern.sugid_coredump: 0 -> 1
8:08pm sean@mat:/etc # sysctl kern.coredump=1
kern.coredump: 1 -> 1
8:08pm sean@mat:/etc # limits
Resource limits (current):
  cputime          infinity secs
  filesize         infinity kb
  datasize           524288 kb
  stacksize           65536 kb
  coredumpsize     infinity kb
  memoryuse        infinity kb
  memorylocked     infinity kb
  maxprocesses         7302
  openfiles           14605
  sbsize           infinity bytes
8:08pm sean@mat:/etc # exit
8:08pm sean@mat:/etc > mozilla 
Segmentation fault
8:08pm sean@mat:/etc >

And syslog logs the following:
Apr 24 20:09:40 mat /kernel: pid 1656 (mozilla-bin), uid 1000: exited on signal 11

Other ideas on how to get it to leave a trace?  -sc

-- 
Sean Chittenden

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020424201320.A82196>