-
Notifications
You must be signed in to change notification settings - Fork 157
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
EAccessViolation: Access violation at address 000000000043F20A in module 'CrossH ttpConsole.exe' #95
Comments
Windows7 + Delphi 10.2.3 |
我这么衰?跑你们官方自带的 demo 出错 |
自行调试一下,我10.4.1没有问题 看你这提示TCrossHttpServer都没释放掉 |
我说明一下出错原因! demo默认启用https,但没有证书文件,你也可以自己生成证书文件测试 |
谢谢,我试试 |
procedure TDM.DataModuleCreate(Sender: TObject); FHttpServer.OnConnected := _OnConnected; _CreateRouter; |
建议把这个 demo 这里改成这样,就不出一上来就出错了,会给人感觉不太好 |
这个本来没有bug的,后来rony建议搞成https,http共存,所以就出了这个bug! |
小问题自己折腾一下,框架还是很稳定的,运行90天无报错,因系统更新才重启的 |
@pony5551 这个框架推荐跑在 linux 下还 windows 下比较好?我看更新日志里写 linux 可能会有内存泄漏? |
linux下只要不用ssl就没问题,这个是openssl的问题!你可以找个稳定一点的openssl自己折腾一下 |
感谢感谢 |
C:\temp>CrossHttpConsole.exe
Windows 7 Service Pack 1 (Version 6.1, Build 7601, 64-bit Edition)
EAccessViolation: Access violation at address 000000000043F20A in module 'CrossH
ttpConsole.exe'. Read of address 0000000000000040
Unexpected Memory Leak
An unexpected memory leak has occurred. The unexpected small block leaks are:
9 - 24 bytes: TDictionary<System.UInt64,Net.CrossSocket.Base.ICrossListen>.TValu
eCollection x 1, TDictionary<System.UInt64,Net.CrossSocket.Base.ICrossConnection
C:\temp>
The text was updated successfully, but these errors were encountered: