[Bug 3658] New: [SystemTap 3.2] arc_priority representation creates an implicit limit on character sequence within regexp
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Fri Nov 30 17:00:58 UTC 2018
https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3658
Bug ID: 3658
Summary: [SystemTap 3.2] arc_priority representation creates an
implicit limit on character sequence within regexp
Product: IcedTea
Version: 2.6.16
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: SystemTap
Assignee: mark at klomp.org
Reporter: sgehwolf at redhat.com
CC: unassigned at icedtea.classpath.org
Clone of bug 3625 for JDK 7 (a.k.a icedtea 7)
The issue is the same for IcedTea7 tapsets with systemtap 3.2+
$ java -version
java version "1.7.0_201"
OpenJDK Runtime Environment (rhel-2.6.16.1.el7_6-x86_64 u201-b00)
OpenJDK 64-Bit Server VM (build 24.201-b00, mixed mode)
$ cat Hello.java
public class Hello
{
public static void main(String args[])
{
System.out.println("Hello World!");
}
}
$ javac Hello.java
$ stap -vv -e 'probe hotspot.jni.GetStringUTFChars { log(probestr);
print_jstack_full(); log(" === "); }' -c
'/usr/lib/jvm/java-1.7.0-openjdk/bin/java Hello' 2>&1 | c++filt
[...]
stap: stapregex-dfa.cxx:152: stapregex::arc_priority
stapregex::refine_lower(const arc_priority&): Assertion `a.first <=
(9223372036854775807LL * 2ULL + 1)/4' failed.
The patch is the same as for bug 3625.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20181130/37504d81/attachment.html>
More information about the distro-pkg-dev
mailing list