hatem-darweesh / assuremappingtools

Desktop based tool for viewing, editing and saving road network maps for autonomous vehicle platforms such as Autoware.
GNU General Public License v3.0
210 stars 73 forks source link

'assure_map_editor' received an X Window System error when pcd file loaded #39

Closed h-wata closed 3 years ago

h-wata commented 3 years ago

I got an error as below when 'Load Map -> ASSURE.kml' in application.

(assure_map_editor:30): Gdk-ERROR **: 09:36:34.140: The program 'assure_map_editor' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAccess (attempt to access private resource denied)'.
  (Details: serial 176 error_code 10 request_code 130 (MIT-SHM) minor_code 1)
  (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 (core dumped)

Host OS: Ubuntu 18.04 Branch: master Docker:

$ docker --version
Docker version 19.03.13, build 4484c46d9d

Thanks your attentions.

h-wata commented 3 years ago

I solved this when docker update.

$ docker --version
Docker version 20.10.2, build 2291f61

Thanks.