hatem-darweesh / assuremappingtools

Desktop based tool for viewing, editing and saving road network maps for autonomous vehicle platforms such as Autoware.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

h-wata opened this issue · comments

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)
  • My environmet

Host OS: Ubuntu 18.04
Branch: master
Docker:

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

  • Command
$ ./run-docker

Thanks your attentions.

I solved this when docker update.

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

Thanks.