octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53733] Panic/segfault when calling Java metho


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #53733] Panic/segfault when calling Java method after forge:im[read|write]
Date: Fri, 27 Apr 2018 19:12:42 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

Follow-up Comment #40, bug #53733 (project octave):

Now I have the small program to crash. It was a bunch of updates including a
new(ish) kernel...


 LD_LIBRARY_PATH=/usr/lib/jvm/java-9/lib/server gdb ./a.out 
GNU gdb (GDB) Fedora 8.1-11.fc28
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ./a.out...done.
(gdb) r
Starting program: /home/dima/scratch/tjava/a.out 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
0x00007fffdc60a4f3 in ?? ()
(gdb) bt
#0  0x00007fffdc60a4f3 in ?? ()
#1  0x0000000000000246 in ?? ()
#2  0x00007fffdc60a280 in ?? ()
#3  0x00007ffff7d8cf04 in Abstract_VM_Version::_vm_major_version () from
/usr/lib/jvm/java-9/lib/server/libjvm.so
#4  0x00007fffffffc9d0 in ?? ()
#5  0x00007ffff7885bc9 in VM_Version::get_processor_features ()
    at
/usr/src/debug/java-9-openjdk-9.0.4.11-6.fc28.x86_64/openjdk/hotspot/src/cpu/x86/vm/vm_version_x86.cpp:530
Backtrace stopped: previous frame inner to this frame (corrupt stack?)



The 530 line of that file is:

  get_cpu_info_stub(&_cpuid_info);


This all looks awfully familiar.
https://savannah.gnu.org/bugs/?52061

Dmitri.



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53733>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]