Stella Laurenzo

Results 204 comments of Stella Laurenzo

Hi, I don't work on this anymore, but I think the next thing I would do would be to get a java and native stack dump. If on Linux, do...

I'm by no means enough of an expert on the ndk build environment to be of much help, but I do know people who manage to debug across java and...

I haven't been involved with this project in several years, but your symptoms are consistent with not having properly arranged to call Mapnik.initialize() or having some class loader weirdness going...

At least, that seems to be the case with the ant setup. Not sure about your test class. It appears to be calling into the native code. Perhaps something changed...

Sorry about that. As the original author, I can confirm that the intent was that it be licensed under the same terms as Mapnik -- namely the LGPL 2.1 (...

Also, given that this is a JNI shim which will always be dynamically loaded and wraps an LGPL library, I doubt anyone will ever hit the LGPL restrictions based on...

Additional fix needed to satisfy the BFD shared linker: https://github.com/iree-org/iree/commit/61e0e46e27663acc33405e056195371bf73dbcad

Pushed a review upstream that will make this more strict and less likely to be caught by downstreams: https://reviews.llvm.org/D131911

Using my super-powers to look at the internal CI, I see that it is: 1. Not building the Python bindings at all. 2. Using LLD vs BFD (shouldn't matter with...

Upstream patch landed. If you now enable the Python bindings in your CI at that patch or later, I expect that you will get a failure equivalent to what we...