Modify ↓
Opened 6 months ago
Last modified 6 months ago
#23819 new defect
[Plugin panoviewer] JOSM crashes with ```Inconsistency detected by ld.so: dl-lookup.c: 106: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed!```.
Reported by: | osmidal | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin | Version: | latest |
Keywords: | Cc: | GhostFoxSledgehammer, kendzi |
Description (last modified by )
Ahoj,
having the plugin "panoviewer" installed, JOSM crashes on startup:
2024-07-23 18:45:03.795 INFO: loading plugin 'panoviewer' (version 0.9.0) Inconsistency detected by ld.so: dl-lookup.c: 106: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed!
josm --version
: JOSM/1.5 (19149 SVN en) Linux Artix Linux
java --version
:
openjdk 22.0.1 2024-04-16 OpenJDK Runtime Environment (build 22.0.1+8) OpenJDK 64-Bit Server VM (build 22.0.1+8, mixed mode, sharing)
There is alread an upstream bug report.
Regards!
Attachments (0)
Change History (2)
comment:1 by , 6 months ago
Description: | modified (diff) |
---|
comment:2 by , 6 months ago
Cc: | added |
---|---|
Description: | modified (diff) |
Note:
See TracTickets
for help on using tickets.
panoviewer
isn't strictly necessary; it replaces the JOSM core implementation for equirectangular images, which is CPU only.panoviewer
is hardware accelerated.I'd bet it is a JOGL problem though; I think it would be fixed if the plugin moved to LWJGL. It might also be fixable by updating the version of JOGL used (it looks like JOGL has had some releases recently).
I haven't looked into
panoviewer
in-depth, but it should be dependent upon the JOSM jogl plugin (written and maintained by kendzi; currently at v2.3.2 for JOGL).For reference, JOGL had no real development for 7-8 years (v2.3.2 to v2.4.0). Updating JOGL will probably fix a lot of problems.