jtobler / flam3

Automatically exported from code.google.com/p/flam3
0 stars 0 forks source link

Seg fault with test.flam3 #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Checked out revision 164 with a new Ubuntu 14.04 installation
2. normal configure, make
3. testing with ./flame-render < test.flam3

What is the expected output? What do you see instead?

./flam3-render < test.flam3
flame = 1/2
chaos: 100.0%  took: 0 seconds
filtering...Segmentation fault (core dumped)

What version of the product are you using? On what operating system?
revision 164 with a new Ubuntu 14.04 installation

Original issue reported on code.google.com by aaronabi...@gmail.com on 12 Jul 2014 at 8:19

GoogleCodeExporter commented 8 years ago
I'm getting it on Mint 16 as well.

Original comment by morley...@hotmail.com on 23 Sep 2014 at 4:46

GoogleCodeExporter commented 8 years ago
And I'm getting it on Fedora 20.

Original comment by storesun...@gmail.com on 3 Oct 2014 at 3:00

GoogleCodeExporter commented 8 years ago
pthreads is bashing the thread_status address and writing over filter pointer.  
thread_status isn't used anyway, this diff fixes it for me.

Original comment by tom.ba...@gmail.com on 11 Oct 2014 at 9:54

Attachments: