Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Dec 2000 18:37:01 +0200 (EET)
From:      Andrew Bliznak <andrew@ort.lviv.net>
To:        pete collins <petejc@collab.net>
Cc:        <mozilla@FreeBSD.ORG>
Subject:   Re: mozilla on 5.0-current
Message-ID:  <Pine.LNX.4.30.0012201829550.14446-100000@ort.lviv.net>
In-Reply-To: <3A40B3A9.DF71867F@collab.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 20 Dec 2000, pete collins wrote:

> Try
>
> ./mozilla -ProfileManager
>
> And see if you can create a profile.
>
> --pete
>


no -(

$ ls -la ~/.mozilla
total 16
drwx------   2 andrew  andrew   512 Dec 20 18:32 .
drwxr-xr-x  11 andrew  andrew  1536 Dec 20 18:32 ..
-rw-r--r--   1 andrew  andrew   520 Dec 20 18:32 appreg
-rw-r--r--   1 andrew  andrew   376 Dec 20 18:32 registry
$

$ limits -d196m gdb ./mozilla-bin
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "i386-unknown-freebsd"...
(gdb) core-file mozilla-bin.core
Core was generated by `mozilla-bin'.
Program terminated with signal 6, Abort trap.
Reading symbols from
/usr/home/andrew/mozilla/obj-i386-unknown-freebsdelf5.0/dist/bin/./libgkgfx.so...done.

[...]

/usr/home/andrew/mozilla/obj-i386-unknown-freebsdelf5.0/dist/bin/components/libnecko.so...done.
Reading symbols from /usr/libexec/ld-elf.so.1...done.
#0  0x2841b380 in kill () from /usr/lib/libc_r.so.5
(gdb)
Reading symbols from /usr/libexec/ld-elf.so.1...done.
#0  0x2841b380 in kill () from /usr/lib/libc_r.so.5
(gdb) where
#0  0x2841b380 in kill () from /usr/lib/libc_r.so.5
#1  0x28468896 in abort () from /usr/lib/libc_r.so.5
#2  0x28346256 in PR_Assert (s=0x28374e2f "0 == rv",
    file=0x28374e24 "ptthread.c", ln=321) at prlog.c:477
#3  0x2836866b in _PR_CreateThread (type=PR_USER_THREAD,
    start=0x281cbd84 <nsThread::Main(void *)>, arg=0x814faa0,
    priority=PR_PRIORITY_NORMAL, scope=PR_GLOBAL_THREAD,
    state=PR_JOINABLE_THREAD, stackSize=0, isGCAble=0) at ptthread.c:321
#4  0x28368b6e in PR_CreateThread (type=PR_USER_THREAD,
    start=0x281cbd84 <nsThread::Main(void *)>, arg=0x814faa0,
    priority=PR_PRIORITY_NORMAL, scope=PR_GLOBAL_THREAD,
    state=PR_JOINABLE_THREAD, stackSize=0) at ptthread.c:506
#5  0x281cc74b in nsThread::Init (this=0x814faa0, runnable=0x814de44,
    stackSize=0, priority=PR_PRIORITY_NORMAL, scope=PR_GLOBAL_THREAD,
    state=PR_JOINABLE_THREAD)
    at /usr/home/andrew/mozilla/xpcom/threads/nsThread.cpp:242
#6  0x281cc97f in NS_NewThread (result=0x814de58, runnable=0x814de44,
    stackSize=0, state=PR_JOINABLE_THREAD, priority=PR_PRIORITY_NORMAL,
    scope=PR_GLOBAL_THREAD)
    at /usr/home/andrew/mozilla/xpcom/threads/nsThread.cpp:285
#7  0x28f0a3b1 in nsSocketTransportService::Init (this=0x814de40)
    at
/usr/home/andrew/mozilla/netwerk/base/src/nsSocketTransportService.cpp:163
#8  0x28f0a14f in nsSocketTransportService::Create (aOuter=0x0,
    aIID=@0x29035b54, aResult=0xbfbfea9c)
    at
/usr/home/andrew/mozilla/netwerk/base/src/nsSocketTransportService.cpp:100
#9  0x281b3b24 in nsGenericFactory::CreateInstance (this=0x814f900,
    aOuter=0x0, aIID=@0x29035b54, aResult=0xbfbfea9c)

[....]



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.30.0012201829550.14446-100000>