[Bug 1838740] Re: libjawt.so inconsistency lets JVM crash

2020-10-14 Thread Matthieu Clemenceau
** Tags added: fr-568 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1838740 Title: libjawt.so inconsistency lets JVM crash To manage notifications about this bug go to: https://bugs.launchpad.net/u

[Bug 1838740] Re: libjawt.so inconsistency lets JVM crash

2020-02-08 Thread Marc Streckfuß
So I managed to pinpoint this issue even further: When using pbuilder-dist to build for disco and buster (debian usually natively builds a bit different), I can reproduce the issue only on disco. This means, the build environment must be the problem. A shot in the dark is the custom gcc fork of u

[Bug 1838740] Re: libjawt.so inconsistency lets JVM crash

2020-02-04 Thread Marc Streckfuß
Just using GCC8 didn't solve the problem, but after looking at the assertion again, I've come up with what I think is the solution, I just need to look at debian/control and find out how to fix it. So the static symbol table is not of interest and the dynamic symbol table is intact, but: the vers

[Bug 1838740] Re: libjawt.so inconsistency lets JVM crash

2020-02-03 Thread Marc Streckfuß
Wildly guessing based on the date of the report and the fact that some claim downgrading to 11.0.4 works fine, I conclude that https://git.launchpad.net/ubuntu/+source/openjdk- lts/commit/?id=cc446b0311221da773095bdc25af62bb51c7ece0 broke it. It could very well be a regression from using GCC 9, wh

[Bug 1838740] Re: libjawt.so inconsistency lets JVM crash

2020-02-03 Thread Marc Streckfuß
Sorry for reposting, but this is important: The difference seems to be with how symbols are exported. "Broken" Ubuntu libjawt.so: $ objdump -tT /usr/lib/jvm/java-11-openjdk-amd64/lib/libjava.so /usr/lib/jvm/java-11-openjdk-amd64/lib/libjava.so: Dateiformat elf64-x86-64 SYMBOL

[Bug 1838740] Re: libjawt.so inconsistency lets JVM crash

2020-02-03 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: openjdk-lts (Ubuntu Bionic) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1838740

[Bug 1838740] Re: libjawt.so inconsistency lets JVM crash

2020-02-03 Thread Marc Streckfuß
This issue definitely seems to be certainly triggered by some of the Ubuntu patches as AdoptOpenJDK and "upstream" (OpenJDK built by Redhat) work. The case I am affected is by being unable to load "lwjgl2" with KUbuntu 18.04 or Ubuntu 19.10: Inconsistency detected by ld.so: dl-lookup.c: 111: chec

[Bug 1838740] Re: libjawt.so inconsistency lets JVM crash

2019-12-20 Thread Francis Ginther
** Tags added: id-5dd2eb358583a00df8a8e625 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1838740 Title: libjawt.so inconsistency lets JVM crash To manage notifications about this bug go to: https:/

[Bug 1838740] Re: libjawt.so inconsistency lets JVM crash

2019-11-21 Thread Brian Murray
** Also affects: openjdk-lts (Ubuntu Bionic) Importance: Undecided Status: New ** Also affects: openjdk-lts (Ubuntu Focal) Importance: Undecided Status: Confirmed ** Tags removed: rls-bb-incoming ** Tags added: bionic focal -- You received this bug notification because you a

[Bug 1838740] Re: libjawt.so inconsistency lets JVM crash

2019-11-14 Thread Tiago Stürmer Daitx
Also reproducible with OpenJDK 11.0.5+10-2ubuntu1 in Focal. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1838740 Title: libjawt.so inconsistency lets JVM crash To manage notifications about this b

[Bug 1838740] Re: libjawt.so inconsistency lets JVM crash

2019-09-09 Thread Matthias Klose
** Tags added: rls-bb-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1838740 Title: libjawt.so inconsistency lets JVM crash To manage notifications about this bug go to: https://bugs.launch

[Bug 1838740] Re: libjawt.so inconsistency lets JVM crash

2019-09-09 Thread Vlad
My application gets the same error with openjdk 11.0.3+5-1ubuntu2 and 11.0.4+11-1ubuntu2~19.04, but it works fine with AdoptOpenJDK 11.0.4+11. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1838740 Tit

[Bug 1838740] Re: libjawt.so inconsistency lets JVM crash

2019-08-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: openjdk-lts (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1838740 Title:

[Bug 1838740] Re: libjawt.so inconsistency lets JVM crash

2019-08-05 Thread Reguel Wermelinger
** Description changed: When running an SWT ui with an embedded AWT/Swing component the library loading process fails as soon as the user clicks on a JComboBox. The error visible is: Inconsistency detected by ld.so: dl-lookup.c: 111: check_match: Assertion `version->filename == NULL ||

[Bug 1838740] Re: libjawt.so inconsistency lets JVM crash

2019-08-02 Thread Reguel Wermelinger
** Description changed: When running an SWT ui with an embedded AWT/Swing component the library loading process fails as soon as the user clicks on a JComboBox. The error visible is: Inconsistency detected by ld.so: dl-lookup.c: 111: check_match: Assertion `version->filename == NULL ||

[Bug 1838740] Re: libjawt.so inconsistency lets JVM crash

2019-08-02 Thread Reguel Wermelinger
run attached file with java -jar awtBug3.jar to see the issue in action: as soon the you click on the JComboBox expansion toggle, the VM will crash. ** Attachment added: "awtBug3.jar" https://bugs.launchpad.net/ubuntu/+source/openjdk-lts/+bug/1838740/+attachment/5280496/+files/awtBug3.jar --