Hi all,
I have a small problem with Mozilla Firefox 1.0.7..most times it works fine, but on some pages i go to, it just closes down on me. Any advice to fix this problem?
This showed up at crash:
The program 'Gecko' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadShmSeg (invalid shared segment parameter)'.
(Details: serial 365 error_code 168 request_code 146 minor_code 2)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
Thanks,
Paul.
I have a small problem with Mozilla Firefox 1.0.7..most times it works fine, but on some pages i go to, it just closes down on me. Any advice to fix this problem?
This showed up at crash:
The program 'Gecko' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadShmSeg (invalid shared segment parameter)'.
(Details: serial 365 error_code 168 request_code 146 minor_code 2)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
Thanks,
Paul.
Comment