Menu

#57 jamvm -version cores (OpenJDK8 option)

v1.0 (example)
open
nobody
None
5
2015-11-05
2015-11-05
No

jamvm 2.0.0 -version cores with a NULL pointer access:

Execution Engine: inline-threaded interpreter
Compiled with: gcc 4.8.4

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff6f54aea in strlen () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt full

0 0x00007ffff6f54aea in strlen () from

/lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.

1 0x0000000000421733 in classlibDefaultBootDllPath () at dll.c:46

    java_home = 0x0
    dll_path = <optimized out>

2 0x0000000000403082 in showVersionAndCopyright () at jam.c:117

No locals.

3 0x000000000040349f in parseCommandLine (argc=argc@entry=2, argv=argv@entry=0x7fffffffde68, args=args@entry=0x7fffffffdc90) at jam.c:175

    props = 0x7fffffffdbf0
    is_jar = 0
    status = 0
    i = 1

4 0x0000000000402aa1 in main (argc=2, argv=0x7fffffffde68) at jam.c:245

    array_class = 0x7ffff7de4991
    main_class = <optimized out>
    system_loader = <optimized out>
    array = <optimized out>
    mb = <optimized out>
    args = {asyncgc = 0, verbosegc = 0, verbosedll = 0, verboseclass = 0, compact_specified = 0, do_compact = 0, trace_jni_sigs = 0, classpath = 0x0, bootpath = 0x0, bootpath_a = 0x0, bootpath_p = 0x0, bootpath_c = 0x0, 
      bootpath_v = 0x0, java_stack = 262144, min_heap = 194047936, max_heap = 1073741824, commandline_props = 0x7fffffffdbf0, props_count = 0, main_stack_base = 0x40145d, vfprintf = 0x7ffff6f15cf0 <vfprintf>, 
      exit = 0x7ffff6f08290 <exit>, abort = 0x7ffff6f05f90 <abort>, codemem = 268435456, replication_threshold = 10, profile_threshold = 10, branch_patching_dup = 1, branch_patching = 1, print_codestats = 0, join_blocks = 1, 
      profiling = 1}
    class_arg = <optimized out>
    cpntr = <optimized out>
    status = 0
    i = <optimized out>

(gdb)

Discussion


Log in to post a comment.