-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xlsxioread_open_memory @ xlsxio-0.2.34-binary-win64.zip, crash when freedata is not zero #125
Comments
Can you please post minimal reproducible code? Have you tried to debug with Also please try to build with |
this code only crash when xlsxioread_open_memory freedata = 1, |
warning: Critical error detected c0000374 Thread 1 "shopeeplp" received signal SIGTRAP, Trace/breakpoint trap. |
I think malloc of cygwin (use unix api) and malloc of windows (use win api) is not same function, |
Did you debug a static build? The downloadable binaries are for MinGW-w64, not Cygwin. Please don't mix target platforms within your builds. If you want to use it from Cygwin, build with Cygwin from source. In general when targetting Windows it's best to aim for native (MinGW-w64) builds. |
using in cygwin
xlsxioread_open_memory , param freedata not zero will crash,
I think zip_source_buffer_create has a bug.
The text was updated successfully, but these errors were encountered: