Re: [Bug-apl] Gnu APL Quad-Quote read coming from souce file and not the terminal

2014-09-17 Thread Juergen Sauermann
Hi Fred, there is nothing wrong with not using -s. It is just a shortcut to simplify scripting for the "normal" case. I fixed the CORE_COUNT_WANTED=argv in SVN 478. It doesn't crash anymore, but the parallel stuff is not yet running

Re: [Bug-apl] errors in latest SVN

2014-09-17 Thread Juergen Sauermann
Hi Peter, fixed in SVN 478. Looks like your box is lacking some functions like pthread_getaffinity_np() (or they have different argument types). This could become a problem for parallel APL later, so maybe you want to grep -r  for them in

[Bug-apl] ⎕svq lock-up (Also, a question about ⎕svq)

2014-09-17 Thread David Lamkins
If I start an APL session and do this: 1001 ⎕svo 'foo' 1 ⎕svq '' Then APL locks up. The OS reponse suffers. There's a lot of disk activity. When I kill the APserver process, APL responds: 100 210 The disk activity continues until a short time after I exit APL. And the question: Should