error

20 views
Skip to first unread message

P Padil

unread,
May 1, 2024, 8:29:58 PMMay 1
to fo...@jsoftware.com
When I hit Ctrl-C to stop a calculation I get the below error (jconsole). This happens regardless of the calculation but always inside a loop:

^CJE has crashed, likely due to an internal bug. Please report the code which caused the crash, as well as the following printout, to the J forum.
Could not generate stack trace: no debug info in Mach-O executable (-1)
Could not generate stack trace: no debug info in Mach-O executable (-1)
Could not generate stack trace: no debug info in Mach-O executable (-1)
Could not generate stack trace: no debug info in Mach-O executable (-1)
Could not generate stack trace: no debug info in Mach-O executable (-1)
Could not generate stack trace: no debug info in Mach-O executable (-1)
Could not generate stack trace: no debug info in Mach-O executable (-1)
Could not generate stack trace: no debug info in Mach-O executable (-1)
Could not generate stack trace: no debug info in Mach-O executable (-1)
Could not generate stack trace: no debug info in Mach-O executable (-1)
Could not generate stack trace: no debug info in Mach-O executable (-1)
Could not generate stack trace: no debug info in Mach-O executable (-1)
Could not generate stack trace: no debug info in Mach-O executable (-1)

I ran a test function that runs a useless loop to verify this:
test=:{{)m
for_i. i.100000000 do.
*:i
end.
}}
test’'
Then ctrl-c before it finishes.

Engine: j9.6.0-beta5/j64arm/darwin
Build: commercial/2024-04-11T16:58:49/clang-14-0-0/SLEEF=1
Library: 9.6.5
Platform: Darwin 64
Installer: j9.6 install

Bill Heagy

unread,
May 1, 2024, 8:48:06 PMMay 1
to fo...@jsoftware.com
More information, if you need it:

debian, clang, compiled with -g

$ time nice ./jlibrary/bin/jconsole
JVERSION
Engine: j9.6.0-beta5/j64avx2/linux
Build: GPL3/2024-05-01T13:37:10/clang-16-0-6/SLEEF=1
Library: 9.6.5
Platform: Linux 64
Installer: unknown
InstallPath: /home/wheagy/git/jsource/jlibrary
Contact: unknown
test=:{{)m
for_i. i.100000000 do.
*:i
end.
}}
test’'
|open quote
test''
^CJE has crashed, likely due to an internal bug. Please report the code
which caused the crash, as well as the following printout, to the J forum.
00005559c22f4156:
/home/wheagy/git/jsource/make2/obj/linux/j64avx2/../../../../jsrc/jconsole.c:74:
sigsegv
00007f8c13dd550f:
./signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0:?
00007f8c0f69d83d:
/home/wheagy/git/jsource/make2/obj/linux/j64avx2/../../../../jsrc/cx.c:443:
jtxdefn
00007f8c0f6e154b:
/home/wheagy/git/jsource/make2/obj/linux/j64avx2/../../../../jsrc/sc.c:169:
jtunquote
00007f8c0f6cf39f:
/home/wheagy/git/jsource/make2/obj/linux/j64avx2/../../../../jsrc/p.c:753:
jtparsea
00007f8c0f6cebdc:
/home/wheagy/git/jsource/make2/obj/linux/j64avx2/../../../../jsrc/p.c:290:
jtparse
00007f8c0f6d4039:
/home/wheagy/git/jsource/make2/obj/linux/j64avx2/../../../../jsrc/px.c:54:
jtimmex
00007f8c0f6bc1a2:
/home/wheagy/git/jsource/make2/obj/linux/j64avx2/../../../../jsrc/io.c:388:
jtimmexexecct
00007f8c0f6bc1a2:
/home/wheagy/git/jsource/make2/obj/linux/j64avx2/../../../../jsrc/io.c:440:
jdo
00007f8c0f6bbf72:
/home/wheagy/git/jsource/make2/obj/linux/j64avx2/../../../../jsrc/io.c:562:
JDo
00005559c22f40af:
/home/wheagy/git/jsource/make2/obj/linux/j64avx2/../../../../jsrc/jconsole.c:393:
main
00007f8c13dc06c9: sysdeps/nptl/libc_start_call_main.h:58:
__libc_start_call_main
00007f8c13dc0784: csu/libc-start.c:360: __libc_start_main_impl
00005559c22f34e0: ?:0: ?
ffffffffffffffff: ?:0: ?
-----------------------------------------------------------------------------
Aborted
> To unsubscribe from this group and stop receiving emails from it, send an email to forum+un...@jsoftware.com.
>
Reply all
Reply to author
Forward
0 new messages