I am still having trouble with this.   I have verified that the correct
libraries are being found.

Running the 32-bit version (which works) and 64-bit versions under strace
indicates the point of failure.

32-bit J:
.......
ioctl(1, TIOCGWINSZ, {ws_row=56, ws_col=157, ws_xpixel=0, ws_ypixel=0}) = 0
ioctl(0, TIOCGWINSZ, {ws_row=56, ws_col=157, ws_xpixel=0, ws_ypixel=0}) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo
...}) = 0
ioctl(0, SNDCTL_TMR_STOP or TCSETSW, {B38400 opost isig icanon echo ...}) = 0
.......

64-bit J:

.........
ioctl(1, TIOCGWINSZ, {ws_row=56, ws_col=157, ws_xpixel=0, ws_ypixel=0}) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

Any help would be appreciated.

Best wishes,

John


----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to