jens-maus / yam

:mailbox_with_mail: YAM (short for 'Yet Another Mailer') is a MIME-compliant open-source Internet email client written for Amiga-based computer systems (AmigaOS4, AmigaOS3, MorphOS, AROS). It supports POP3, SMTP, TLSv1/SSLv3 connection security, multiple users, multiple identities, PGPv2/v5 encryption, unlimited hierarchical folders, an ARexx interface, etc...
https://yam.ch
GNU General Public License v2.0
63 stars 18 forks source link

crash during sending of e-mail #594

Open jens-maus opened 8 years ago

jens-maus commented 8 years ago

Originally by christoph.poelzl@rmsvideo.ch on 2015-03-12 10:25:24 +0100


Summary

during sending of e-mail i get hits in the log and the system seems to be comletely blocked, i need to reset the machine.

Steps to reproduce

  1. write an e-mail and hit send now 2.

    Expected results

    Actual results

    Regression

    Notes

jens-maus commented 8 years ago

Originally by christoph.poelzl@rmsvideo.ch on 2015-03-12 10:25:46 +0100


Attachment added: log_12-03-15 (736.7 KiB)

tboeckel commented 8 years ago

Originally on 2015-03-12 13:26:19 +0100


First of all, PLEASE shorten your log to contain only the really interesting part, perhaps leaving a few lines ahead of the actual crash information. Your log consists of more than 5500 lines which have absolutely nothing to do with the actual problem.

Ok, can you reproduce the problem or did it happen just once? It is known that AmiSSL may trash memory which in turn might affect any application either directly or indirectly. I ask, because amissl_v097g.library is mentioned somewhere around line 6000.

jens-maus commented 8 years ago

Originally by christoph.poelzl@rmsvideo.ch on 2015-03-12 14:16:07 +0100


Sorry that I posted the complete log! Yes, I will shorten it next time.

Yes and no, it happens quite often but I can't say that i can reproduce it whenever I want, sorry.

jens-maus commented 8 years ago

Originally by christoph.poelzl@rmsvideo.ch on 2015-07-01 16:02:12 +0200


I send you a log again because the above problem still happens. Unfortunately I can not reproduce it at any time, it just happens sometimes. The log is shortened. Perhaps it helps to find the problem.

jens-maus commented 8 years ago

Originally by christoph.poelzl@rmsvideo.ch on 2015-07-01 16:02:33 +0200


Attachment added: log_19-06-15_01 (50.8 KiB)

tboeckel commented 8 years ago

Originally on 2015-07-02 08:05:59 +0200


I am affraid I still cannot help you. The log definitely points to muimaster.library and to one emulated 68k function. As long as the crashing location doesn't point to YAM in any way I must assume YAM to innocent.

Please note that AmiSSL is known to trash memory. Hence it may be possible that all the crashes you see are caused by AmiSSL's memory trashing and in theory any application can crash at any point.

raziel- commented 7 years ago

Duplicate of #581?