When I want to upload file, and there's many files in directory, Vivaldi crush with this:
(vivaldi-bin:10032): Gdk-ERROR **: The program 'vivaldi-bin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
(Details: serial 1919 error_code 2 request_code 139 (RENDER) minor_code 34)
(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 GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
Trace/breakpoint trap
And the same problem is with Firefox ESR.
tc@box:~$ /usr/local/firefox-ESR/firefox
Xlib: extension "XInputExtension" missing on display ":0.0".
Xlib: extension "XInputExtension" missing on display ":0.0".
Xlib: extension "XInputExtension" missing on display ":0.0".
GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.
Xlib: extension "XInputExtension" missing on display ":0.0".
Xlib: extension "XInputExtension" missing on display ":0.0".
(firefox:4497): Gdk-ERROR **: The program 'firefox' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
(Details: serial 4646 error_code 2 request_code 139 (RENDER) minor_code 34)
(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 GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
ExceptionHandler::GenerateDump cloned child 4595
ExceptionHandler::WaitForContinueSignal waiting for continue signal...
ExceptionHandler::SendContinueSignalToChild sent continue signal to child
[Child 4547] ###!!! ABORT: Aborting on channel error.: file /builds/slave/m-esr52-lx-0000000000000000000/build/src/ipc/glue/MessageChannel.cpp, line 2143
[Child 4547] ###!!! ABORT: Aborting on channel error.: file /builds/slave/m-esr52-lx-0000000000000000000/build/src/ipc/glue/MessageChannel.cpp, line 2143
Trace/breakpoint trap
tc@box:~$ Xlib: extension "XInputExtension" missing on display ":0.0".
Xlib: extension "XInputExtension" missing on display ":0.0".
Xlib: extension "XInputExtension" missing on display ":0.0".
This problem occurs in TC 8.x (x86) and TC 9.x (x86). The problem doesn't occur if there's only few file in directory and there's no need to scroll window to search needed file.