X Error of failed request: BadShmSeg (invalid shared segment parameter)
Major Opcode of failed request: 131 (MIT-SHM)
Minor opcode of failed request: 2 (X_ShmDetach)
Segment id in failed request: 0x33343222
Serial Number of failed request: 136
Current serial number in output stream: 152
This is a repeatable error, on Ultra 60s, Ultra 1s, and Blade workstations
running Solaris 8.
Any suggestions? I was thinking an /etc/system entry for shmseg, but I'm
thinking this might be more of a incompatibility between the software than
anything else.
Thanks,
Kevin
> I'm trying to get Solaris 8 and flash-player 6 to play nicely with
> Netscape 7. I've set the netscape script to debug, and when I open up a
> certain page with flash navigation buttons, Netscape crashes with the
> following:
What URL? I'd be interested to see if I can duplicate this...
--
Rich Teer, SCNA, SCSA
President,
Rite Online Inc.
Voice: +1 (250) 979-1638
URL: http://www.rite-online.net
> On Tue, 3 Feb 2004, Kevin wrote:
>
>> I'm trying to get Solaris 8 and flash-player 6 to play nicely with
>> Netscape 7. I've set the netscape script to debug, and when I open up a
>> certain page with flash navigation buttons, Netscape crashes with the
>> following:
>
> What URL? I'd be interested to see if I can duplicate this...
Sorry, unfortunately it's a URL on our internal corporate network. I also
forgot to mention - yes, I've installed the documented patch sets and the
latest Solaris 8 patches.
Thanks,
Kevin
> when I open up a
> certain page with flash navigation buttons, Netscape crashes with the
> following:
>
> X Error of failed request: BadShmSeg (invalid shared segment parameter)
> Major Opcode of failed request: 131 (MIT-SHM)
> Minor opcode of failed request: 2 (X_ShmDetach)
> Segment id in failed request: 0x33343222
> Serial Number of failed request: 136
> Current serial number in output stream: 152
> I was thinking an /etc/system entry for shmseg ...
The limits for SYSV shared memory regions are quite low on Solaris 8.
Maybe the X server has reached the max number of attached shared
memory segments and is failing MIT-SHM requests?
What is "sysdef" reporting in the "IPC Shared Memory" section?
I think the GNOME desktop suffers from the same problem and it's
installer modifies /etc/system, adding something like the following
to work around this problem:
set shmsys:shminfo_shmmax = 0x2000000
set shmsys:shminfo_shmmni = 0x1000
set shmsys:shminfo_shmseg = 0x100
> The limits for SYSV shared memory regions are quite low on Solaris 8.
> Maybe the X server has reached the max number of attached shared
> memory segments and is failing MIT-SHM requests?
>
> What is "sysdef" reporting in the "IPC Shared Memory" section?
I forgot to write this down before I left work, but you're correct, it was
a relatively small number. It was either 6 or 8.
Kevin
>
> set shmsys:shminfo_shmmax = 0x2000000
> set shmsys:shminfo_shmmni = 0x1000
> set shmsys:shminfo_shmseg = 0x100
Adding these did the trick, thanks!
Kevin