Bug 1680640
| Summary: | Crash in freetypescaler.c due to double free | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Paulo Andrade <pandrade> |
| Component: | java-1.8.0-openjdk | Assignee: | Severin Gehwolf <sgehwolf> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 29 | CC: | ahughes, dbhole, java-qa, jerboaa, jvanek, msrb, mvala, omajid, sgehwolf |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | java-1.8.0-openjdk-1.8.0.212.b04-0.fc30 java-1.8.0-openjdk-1.8.0.212.b04-0.fc28 java-1.8.0-openjdk-1.8.0.212.b04-0.fc29 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1680639 | Environment: | |
| Last Closed: | 2019-05-03 00:58:29 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1680639, 1680641, 1680645 | ||
| Bug Blocks: | |||
|
Description
Paulo Andrade
2019-02-25 12:47:30 UTC
Reproducer is: $ rpm -qf /usr/share/X11/fonts/Type1/c0632bt_.pfb xorg-x11-fonts-Type1-7.5-20.fc29.noarch $ wget http://hg.openjdk.java.net/jdk/jdk/raw-file/ee4488381c78/test/jdk/java/awt/FontClass/FontDisposer/FontDisposeTest.java $ javac FontDisposeTest.java $ java FontDisposeTest /usr/share/X11/fonts/Type1/c0632bt_.pfb free(): double free detected in tcache 2 Aborted (core dumped) java-1.8.0-openjdk-1.8.0.212.b04-0.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2019-ec644ec323 java-1.8.0-openjdk-1.8.0.212.b04-0.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2019-c701e6605a java-1.8.0-openjdk-1.8.0.212.b04-0.fc30 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-5557661da8 java-1.8.0-openjdk-1.8.0.212.b04-0.fc30 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-5557661da8 java-1.8.0-openjdk-1.8.0.212.b04-0.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-c701e6605a java-1.8.0-openjdk-1.8.0.212.b04-0.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-ec644ec323 java-1.8.0-openjdk-1.8.0.212.b04-0.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report. java-1.8.0-openjdk-1.8.0.212.b04-0.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report. java-1.8.0-openjdk-1.8.0.212.b04-0.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report. |