I have a curious pattern of seg faults occurring durring setup; this is the 
third time now that make (or, more specifically, `make CPUS=2` and `make 
CPUS=4`) has caused a seg fault. Each time, it seg faults during compilation of 
… er … one of my packages.  Here’s the last five lines of the most recent one:

raco setup: 1 making: <pkgs>/math-lib/math/private/statistics
raco setup: 1 making: <pkgs>/math-lib/math/private/utils
raco setup: 1 making: <pkgs>/math-lib/math/private/vector
raco setup: 1 making: <pkgs>/math-test/math
raco setup: 1 making: <pkgs>/math-x86_64-macosx/math
raco setup: 1 making: <pkgs>/mboxrd-read/mboxrd-read (Library for Parsing 
mboxrd files)
raco setup: 1 making: <pkgs>/memoize/memoize (memoize)
raco setup: 1 making: <pkgs>/memoize/memoize/private
raco setup: 1 making: <pkgs>/midi-readwrite/midi-readwrite (MIDI)
make[2]: *** [plain-in-place] Segmentation fault: 11
make[1]: *** [cpus-in-place] Error 2
make: *** [in-place] Error 2

The two times before this, it happened during compilation of my molis-hai 
package.  I had initially suspected that these were both locally linked, but 
they’re not:

device:~/plt (git)-[24592f7...]- clements> raco pkg show -l molis-hai 
midi-readwrite
Installation-wide:
 Package           Checksum       Source
 midi-readwrite    6c81b209...    (catalog "midi-readwrite" 
"github://github.com/jbclements/midi-readwrite/master")
 molis-hai         abaf9b7f...    (clone "/Users/clements/molis-hai" 
"git://github.com/jbclements/molis-hai/")
User-specific for installation "development":
 [none]

Neither of these packages has any FFI or unsafe content. 

Feel free to ignore this message if it doesn’t fit into a larger pattern.

Best,

John Clements



-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to