-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
type error in collect-prev-header-value #30
Comments
Not sure if this is helpful, but if I continue from the error, I get this backtrace:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So I'm trying to track down a memory corruption bug. First step is to turn off all of the speed/safety optimizations. When I do that I get a compilation error in make-parser's collect-prev-header-value flet:
gives:
the problem being that header-value is going to be nil when we call number-string-p on it. Probably not the bug I'm looking for, but a problem nonetheless.
The text was updated successfully, but these errors were encountered: