<pca006132>
kintel: I will try to figure out the cause of the segfault I got
<pca006132>
it is really weird
<kintel>
Was it a cmd-line crash, or using the GUI?
<pca006132>
cmd-line
rvt has joined #openscad
<pca006132>
kintel for some reason -DSANITIZE_ADDRESS=1 does not work for me, it says the compiler does not support ASAN but I am using clang 17 which does support ASAN...
<pca006132>
wonder if the submodule is outdated
<kintel>
hm, I haven't tried in a while..
<pca006132>
and what is the difference of this comparing with just adding -fsanitize=address in CMAKE_CXX_FLAGS?
<kintel>
I think just convenience of not having to mess with CXX_FLAGS
<J24k57>
did anyone have an idea what "EXPORT-ERROR: Can't add triangle to 3MF model." causes - as sometimes flushing cache solves this and stl export is working too i assume creating the 3mf has a bug
<J24k57>
But maybe 3mf export gets bad triangles - so what causes this message?
R2robot has quit [Quit: Pull the lever, Kronk. Wrong leverrrrrrr!]
hyperair has joined #openscad
J24k57 has quit [Ping timeout: 250 seconds]
J24k has joined #openscad
rawgreaze_ has joined #openscad
rawgreaze has quit [Ping timeout: 264 seconds]
rawgreaze_ is now known as rawgreaze
guso78k has joined #openscad
bozo16 has joined #openscad
<guso78k>
J24k, this error is generated in the export_3mf.cc file. you could additionally dump the triangle vertex of that error next to the error message to get an idea whats wrong.
<J24k>
ok but why can't a triangle not added to the mesh - is this a memory issue?
<J24k>
guso78k maybe we could add that information to find the root cause - as i could only reproduce this with quite complex designs
R2robot has joined #openscad
<guso78k>
yeahh, its quite difficult to find a single tree in the woods, but its much clearer when you just output triangle data on complained triangles.
<guso78k>
either compile with your local enhancement or convince the devs to merge it ;)
ToAruShiroiNeko has quit [Ping timeout: 246 seconds]
To_Aru_Shiroi_Ne is now known as ToAruShiroiNeko
pca006132 has joined #openscad
mmu_man has joined #openscad
mmu_man has quit [Ping timeout: 264 seconds]
teepee_ has joined #openscad
mmu_man has joined #openscad
teepee has quit [Ping timeout: 255 seconds]
teepee_ is now known as teepee
snaked has quit [Remote host closed the connection]
TheCoffeMaker_ has joined #openscad
TheCoffeMaker has quit [Ping timeout: 264 seconds]
L29Ah has quit [Ping timeout: 260 seconds]
TheCoffeMaker_ has quit [Ping timeout: 260 seconds]
TheCoffeMaker has joined #openscad
guso78k has joined #openscad
J24k has quit [Quit: Client closed]
J24k has joined #openscad
kow__ has joined #openscad
drkow has quit [Ping timeout: 268 seconds]
moonlight has joined #openscad
pca006132 has quit [Remote host closed the connection]
pca006132 has joined #openscad
L29Ah has joined #openscad
<pca006132>
kintel: the segfault I got is due to the ulimit is somehow not respected for unknown reason, I did a simple patch to check the recursion depth against a constant which does not rely on ulimit, but not sure if this is what we want