Xavier Roche

Results 13 comments of Xavier Roche

> Provide a simple, non-sudo install script that can detect architecture and download a binary release Replacing a common solution that has proven to be reliable (ie. apt with authenticated...

Currently I'm only releasing for the Linux version (which is far less visible than the Windows one); there are no plans for a full release yet (due to time constraints)...

Humm, I do not see any obvious initialization/cleanup race condition (everything is mutexed). Do you have the complete stacktrace, or better, all thread's stacks during crash ?

Unfortunately no :( I'm scratching my head to understand how pthread_key_delete may fail (ie. probably pthread_key_create not called, but how ?)

I don't get the change - if cAddr == TypedArrayElts(output_buffer), the copy will be idem-potent, so this does not change anything

Cached HTML data is limited to 32-bit, but not external data files. The internal cache (.ZIP) limit will probably never be lifted, due to design constraints (ie. 32-bit ZIP file)

I'm sorry, I don't get what bug you exactly have. Can you be more specific ?

Darn, thanks, I'll have a look. (By the way, what a terrible idea to rewrite in C++ something which was working and was very simple. Dynamically loading C++ is a...

Yep, I'm lagging a bit, but anyway unwind support is already amost there in coffeecatch, I probably just need to dynamically load it.

Darn, **of course** the Android libunwind.so is not the "classical" gcc-style libunwind (__Unwind_Backtrace()_ et al.) but with a totally different API. Lollipop is a definitely real pain in the ***....