I've been working on a multithreaded mandelbrot set for quite some time, it works perfectly on linux (gcc-9) but every time I ran it on FreeBSD I get a segfault at line 27 of queue.c, both gcc and clang
in gdb I get:
Is it something different with memory layout in FreeBSD that is preventing this from running?
github.com
in gdb I get:
Code:
(gdb) p aux->next
Cannot access memory at address 0x800b60000
Is it something different with memory layout in FreeBSD that is preventing this from running?
GitHub - andreanidouglas/mandelbrot-set: Generate a mandelbrot set
Generate a mandelbrot set. Contribute to andreanidouglas/mandelbrot-set development by creating an account on GitHub.