Anyone using Sunbird?

2007-03-29 Thread Leslie Jensen
I've got a problem with Sunbird (Mozilla calender app) since the gettext 
upgrade.


It core dumps at start

---
 sunbird 
[1] 1168
 Abort trap (core dumped)
---

Because of some mistakes I made I've done

pkg_deinstall -rR gettext

Rebuild all the ports I needed, then I saw this problem and I tried both

portupgrade -Rf sunbird

and

portmaster -r sunbird

But it core dumps anyway.

Any suggestions on how to solve this?

Thanks

/Leslie
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Anyone using Sunbird?

2007-03-29 Thread Pietro Cerutti

On 3/29/07, Leslie Jensen [EMAIL PROTECTED] wrote:

I've got a problem with Sunbird (Mozilla calender app) since the gettext
upgrade.

It core dumps at start


I have similar problems with the whole mozilla family (firefox,
thunderbird, sunbird), which every now and then seg-fault and keep on
seg-faulting no matter what I do, unless I reboot the machine...

... so, have you tried rebooting?

I'm sorry, I don't have any clue of what the cause could be..



Thanks

/Leslie


--
Pietro Cerutti

- ASCII Ribbon Campaign -
against HTML e-mail and
proprietary attachments
  www.asciiribbon.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Anyone using Sunbird?

2007-03-29 Thread Andrew Pantyukhin

On 3/29/07, Leslie Jensen [EMAIL PROTECTED] wrote:

I've got a problem with Sunbird (Mozilla calender app) since the gettext
upgrade.

It core dumps at start

---
  sunbird 
[1] 1168
  Abort trap (core dumped)
---

Because of some mistakes I made I've done

pkg_deinstall -rR gettext

Rebuild all the ports I needed, then I saw this problem and I tried both

portupgrade -Rf sunbird

and

portmaster -r sunbird

But it core dumps anyway.

Any suggestions on how to solve this?


The definitive solution would be to:
1. Update your system (rebuild world and kernel)
2. pkg_delete -a
3. Update your ports
4. cd /usr/ports/deskutils/sunbird  make install clean

But it'll take some time.

You can also try linux-sunbird if you want to.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Anyone using Sunbird?

2007-03-29 Thread Robert Huff

Leslie Jensen [EMAIL PROTECTED] wrote:

 I've got a problem with Sunbird (Mozilla calender app) since the gettext
 upgrade.

 It core dumps at start

 ---
 sunbird 
 [1] 1168
 Abort trap (core dumped)
 ---

I just checked, and am getting the same.
Rebuilding the port to see if that changes anything 



Robert Huff
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Anyone using Sunbird?

2007-03-29 Thread Robert Huff
Robert Huff writes:

   I've got a problem with Sunbird (Mozilla calender app) since the gettext
   upgrade.
  
   It core dumps at start

   I just checked, and am getting the same.
   Rebuilding the port to see if that changes anything 

Rebuild done, problem persists.
Backtrace of core dump:

#0  0x48cffce3 in kill () at kill.S:2

2   RSYSCALL(kill)
[New LWP 100170]
(gdb) bt
#0  0x48cffce3 in kill () at kill.S:2
#1  0x48cffc82 in __raise (s=6) at /usr/src/lib/libc/gen/raise.c:46
#2  0x48cfe9a2 in abort () at /usr/src/lib/libc/stdlib/abort.c:65
#3  0x48e44488 in libintl_recursive_lock_init (lock=0x48e46c1c)
at ../../gettext-runtime/intl/lock.c:264
#4  0x48e44508 in libintl_recursive_lock_lock (lock=0x48e46c1c)
at ../../gettext-runtime/intl/lock.c:280
#5  0x48e3ff28 in _nl_load_domain (domain_file=0x49c70580, domainbinding=0x0)
at ../../gettext-runtime/intl/loadmsgcat.c:798
#6  0x48e3f6f5 in _nl_find_domain (dirname=0x0, locale=0xbfbfe0a0 en, 
domainname=0xbfbfe0c0 LC_MESSAGES/gtk20.mo, domainbinding=0x49ca02c0)
at ../../gettext-runtime/intl/finddomain.c:172
#7  0x48e427f6 in libintl_dcigettext (domainname=0x4857b5cc gtk20, 
msgid1=0x485fa107 Show GTK+ Options, msgid2=0x0, plural=0, n=0, 
category=6) at ../../gettext-runtime/intl/dcigettext.c:733
#8  0x48e3f40b in libintl_dcgettext (domainname=0x0, msgid=0x0, category=0)
at ../../gettext-runtime/intl/dcgettext.c:49
#9  0x48e3f440 in libintl_dgettext (domainname=0x0, msgid=0x0)
at ../../gettext-runtime/intl/dgettext.c:52
#10 0x484189d5 in IA__gtk_get_option_group (open_default_display=0)
at gtkmain.c:748
#11 0x48418ba0 in IA__gtk_parse_args (argc=0x0, argv=0x0) at gtkmain.c:854
#12 0x48418c40 in IA__gtk_init_check (argc=0x0, argv=0x0) at gtkmain.c:892
#13 0x48418c83 in IA__gtk_init (argc=0x0, argv=0x0) at gtkmain.c:930
#14 0x480a1c02 in XRE_main () from /usr/local/lib/sunbird/libxul.so
#15 0x08048804 in ?? ()
#16 0x0001 in ?? ()
#17 0xbfbfe58c in ?? ()
#18 0x08049980 in __progname ()
#19 0x080487dc in ?? ()
#20 0x080499b0 in __progname ()
#21 0x0001 in ?? ()
#22 0xbfbfe584 in ?? ()
#23 0x08048639 in _init ()


Robert Huff
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]