Re: [SunRay-Users] Thunderbird 3 on RHEL5.4 and SRSS 4.2 problem

2010-03-19 Thread Meik Hellmund
On Thu, 18 Mar 2010 18:10:41 -0700 Jeremy Y Uejio jeremy.ue...@oracle.com wrote: I think it's a firefox/thunderbird bug: https://bugzilla.mozilla.org/show_bug.cgi?id=435683 Ah, interesting. Thank you for pointing this out. Regards, Meik -- Meik Hellmund Mathematisches Institut, Uni

Re: [SunRay-Users] Thunderbird 3 on RHEL5.4 and SRSS 4.2 problem

2010-03-19 Thread Joerg Barfurth
Jeremy Y Uejio schrieb: I think it's a firefox/thunderbird bug: https://bugzilla.mozilla.org/show_bug.cgi?id=435683 Well, if you read that bug report, firefox/thunderbird simply expose a bug, which exists in many preload libraries and libc_ut.so is among them. These libraries violate some

[SunRay-Users] Thunderbird 3 on RHEL5.4 and SRSS 4.2 problem

2010-03-18 Thread Aaron Wilson
I'm trying to run Thunderbird 3 on RHEL. These are fresh new installs and to be quite honest we're a little rookie with SRSS on RHEL. We're switching over from Solaris 10. Anyways, when I'm on a DTU, thunderbird never starts up. I uncommented a line in /opt/thunderbird/thunderbird to allow

Re: [SunRay-Users] Thunderbird 3 on RHEL5.4 and SRSS 4.2 problem

2010-03-18 Thread Aaron Wilson
On a whim I thought I'd try out Firefox 3.6. Same exact thing happens with Firefox 3.6 too. ?? On Thu, Mar 18, 2010 at 8:54 AM, Aaron Wilson aa...@ernieball.com wrote: I'm trying to run Thunderbird 3 on RHEL. These are fresh new installs and to be quite honest we're a little rookie with SRSS

Re: [SunRay-Users] Thunderbird 3 on RHEL5.4 and SRSS 4.2 problem

2010-03-18 Thread Brad Lackey
Why not strace thunderbird-bin and see what it's waiting for? On Mar 18, 2010, at 9:54 AM, Aaron Wilson wrote: On a whim I thought I'd try out Firefox 3.6. Same exact thing happens with Firefox 3.6 too. ?? On Thu, Mar 18, 2010 at 8:54 AM, Aaron Wilson aa...@ernieball.com wrote: I'm trying

Re: [SunRay-Users] Thunderbird 3 on RHEL5.4 and SRSS 4.2 problem

2010-03-18 Thread Aaron Wilson
I don't know really know how to make heads or tails of it. The last two lines contain rt_sigaction(SIGINT, {0x436c60, [], SA_RESTORER, 0x324cc302d0}, {SIG_DFL, [], SA_RESTORER, 0x324cc302d0}, 8) = 0 wait4(-1, I just tested songbird too and it also hangs. strace of Firefox 3.6, Thunderbird

Re: [SunRay-Users] Thunderbird 3 on RHEL5.4 and SRSS 4.2 problem

2010-03-18 Thread Meik Hellmund
On Thu, 18 Mar 2010 09:54:05 -0700 Aaron Wilson aa...@ernieball.com wrote: On a whim I thought I'd try out Firefox 3.6. Same exact thing happens with Firefox 3.6 too. ?? Last time we saw soemthing similar, LD_PRELOAD=/usr/lib/libc_ut.so was the culprit. Could you test unset LD_PRELOAD;

Re: [SunRay-Users] Thunderbird 3 on RHEL5.4 and SRSS 4.2 problem

2010-03-18 Thread Aaron Wilson
Woot! That did it. I actually tried unset LD_LIBRARY_PATH because there was a similar issue on Solaris 10, but that didn't help on Red Hat Thanks! On Thu, Mar 18, 2010 at 11:24 AM, Meik Hellmund meik.hellm...@math.uni-leipzig.de wrote: On Thu, 18 Mar 2010 09:54:05 -0700 Aaron Wilson

Re: [SunRay-Users] Thunderbird 3 on RHEL5.4 and SRSS 4.2 problem

2010-03-18 Thread Meik Hellmund
On Thu, 18 Mar 2010 11:56:53 -0700 Aaron Wilson aa...@ernieball.com wrote: Last time we saw soemthing similar, LD_PRELOAD=/usr/lib/libc_ut.so was the culprit. Woot! That did it. Thanks! Great! We discussed this bug nearly two years ago, see this thread:

Re: [SunRay-Users] Thunderbird 3 on RHEL5.4 and SRSS 4.2 problem

2010-03-18 Thread Jeremy Y Uejio
I think it's a firefox/thunderbird bug: https://bugzilla.mozilla.org/show_bug.cgi?id=435683 jeremy On 03/18/10 12:18 PM, Meik Hellmund wrote: On Thu, 18 Mar 2010 11:56:53 -0700 Aaron Wilson aa...@ernieball.com wrote: Last time we saw soemthing similar,