-
Notifications
You must be signed in to change notification settings - Fork 8
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
IMAP Cong. 8000 0004 Software Failure #28
Comments
8000 0004 just means "Illegal instruction", did you set "DEBUG=debuglevel" at the command line? |
Thanks -- I will try that. I also have MuLib tools installed but need some help in running as I have not used these. Please let me know if you could send some info on how do it. |
This is the debug output. I'm using AmiSSL 4.2. It crashes on line 112 of tcpip.c amiga-mui/tcpip.c/87 [open_socket_lib()] (SimpleMail - Test Account) => Entered function |
Attached a MuForce output at the time of crash. WORD READ from FFFFFFD6 (INST) PC: 07C45674 Exception !! 00000004 TCB: 07E52D00 CTX: 0785A1D8 SSP: 07802284 |
@mypcisamiga |
I tried amissl 4.3 and still see same issue. MuForce hit below: WORD READ from FFFFFFD6 (INST) PC: 40096C24 Exception !! 00000004 TCB: 40326CD8 CTX: 0785F030 SSP: 0780226C |
Was this fixed? You need to also run SegTracker before MuForce, I think, otherwise the output is a little useless. It is clear from the hits that something somewhere is calling a library function, when that library has not been successfully opened (library base in A6 is NULL) |
-$2a(A6) is CleanupAmiSSL() if A6 is AmiSSLBase or CloseAmiSSL() if A6 is AmiSSLMasterBase. The code is hard to follow, but obviously it is broken. |
Yes, I'm still seeing issue. I tired AmiSSL 4.4 and still see issue. Let me get SegTracker enabled. |
@mypcisamiga If an OpenLibrary() fails just use SnoopDos. |
Thanks. SnoopDOS found it. amissl_v0097m.library or amissl_v0997g.library was attempted to be opened but I didn't have those versions installed and then after attempting to open, SimpleMail crashed. I now have installed the "g" version and no more guru. |
Thank you @mypcisamiga! Your fix worked for me, and I would have been lost without your post! |
I'm getting Guru's with an IMAP configuration. I did a "Test" in the
Account config. and right away I get a 8000 0004 error message from
task "Simple Mail - Test Account". This is a Requester that comes up in Workbench.
If I check my IMAP mail, I also get this.
This is running on an A3000 030 onboard processor (no accelerator card). I was getting same issue in 0.44 version as well.
There is also a report of the OS4 version having issues as well for IMAP config on an X5000:
https://forum.amiga.org/index.php?topic=73857.msg842001#new
The text was updated successfully, but these errors were encountered: