angelv <[email protected]> writes:

> Hi guys...
>
> This morning update this ports (firefox and thunderbird), now no start.
>
> $ firefox
> Illegal instruction (core dumped) ->
> http://alpha.telemedellin.tv/public/firefox/firefox.core

I don't think coredump is useful without the binary/package it was
generated against.

> # uname -a
> FreeBSD delta.alpha.telemedellin.tv 8.2-RELEASE-p9 FreeBSD
> 8.2-RELEASE-p9 #3: Sun Jun 17 17:59:02 COT 2012
> [email protected]:/usr/obj/usr/src/sys/MYKERNEL  amd64

Try disabling jemalloc 3.0.0.

Index: Mk/bsd.gecko.mk
===================================================================
--- Mk/bsd.gecko.mk     (revision 305684)
+++ Mk/bsd.gecko.mk     (working copy)
@@ -555,12 +555,9 @@ LDFLAGS+=          -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH}
 .if ${OSVERSION} > 1000011
 # use jemalloc 3.0.0 API in libc
 MOZ_EXPORT+=   MOZ_JEMALLOC=1
-.elif ${OSVERSION} > 800004
+.elif ${OSVERSION} > 802514
 MOZ_OPTIONS+=  --enable-jemalloc
 MOZ_EXPORT+=   MOZ_JEMALLOC=1
-.elif ${OSVERSION} > 700101
-# has _pthread_mutex_init_calloc_cb but firefox crashes when jemalloc
-# configured without --enable-debug
 .endif
 .endif
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to