c[ode]clap»Forums
Seth Archambault
15 posts
I do mobile app development in Javascript and dream of true native development. Caterpillars are most angry before they become butterflies.
CodeClap Freeze - gcc -fsanitize=address
Edited by Seth Archambault on Reason: Initial post
Hi there! Just got to the bottom of a codeclap freeze which was confounding me.


Trying to use codeclap when compiling using:
1
 -fsanitize=address
as a gcc option causes the app to freeze.

I'm on MacOS Mojave 10.14.6


This isn't too bad of a problem, since I only use fsanitize to get insight into segmentation faults, but it took a while to realize that this was the source of the problem, and not something in my code or linking process. Relieved to be able to have access to codeclap again!

Thanks so much for the tool - let me know if there's other data you need, or if there is an issue reporter I should use instead.

Seth
spx
148 posts / 1 project
CodeClap Freeze - gcc -fsanitize=address
Hi Seth,

thanks for your report and especially finding the initial cause for this.

I couldn't get "-fsanitize=address" to work with my gcc but it worked with clang and has the same effect here. Will look into fixing this for the next update.
Seth Archambault
15 posts
I do mobile app development in Javascript and dream of true native development. Caterpillars are most angry before they become butterflies.
CodeClap Freeze - gcc -fsanitize=address
Glad to help!