You are not logged in.
When I run the code in mormot2\ex\mvc-blog on my computer, an error occurs: 00000000156a25fa # EXCOS EAccessViolation (c0000005 EXCEPTION_ACCESS_VIOLATION) [blog 2] at 5abb8e mormot.core.text.pas IsInvalidHttpHeader (10879) {16 0.89 0.57 10GB/31.8GB 4a651701}. However, it runs normally on another computer. How can I resolve this error on my computer, or is there a part of my computer that might be malfunctioning?
Offline
Which compiler?
Which Operating System?Can you give more context?
Delphi12.1
win10。
Additionally, I compiled it once using Lazarus, and everything went smoothly.
When I debug, the returned value is on line 8016 of the mormot.rest.server.pas unit
// lazarus: Call.OutHead = 'Content-Type: text/html;charset=utf-8'
//delphi12.1:OutHead 'Content-Type: text/html;charset=utf-8'#$D#$A'ETag: "E039C149"'
Last edited by slan2026 (Today 00:38:43)
Offline