-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Segmentation Fault: 11 for static file over 100KB? #72
Comments
File size should not be a problem as long as mmap accepts it. Probably a bug in extension handling. I'll check that. Thanks for the report. |
@matt-42 Awesome project otherwise. I learnt a lot by just glancing through the library. There is absolutely no barriers to entry for anyone to kickstart using Lithium in their projects. Also, the bug appears on MacOS Big Sur with the following compiler
|
Hi @harishperfect , |
@harishperfect actually just wait a bit before I merge the windows support into master (the fix is not in master yet). It will be done later this week. |
I have looked to the extent limited by my knowledge. But does anyone know why I get a segfault 11 when I try to access a file larger than 100KB? Perhaps with two extensions like
scripts.bundle.js
orwidgets.min.css
?Here is my code snippet
The text was updated successfully, but these errors were encountered: