php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #79553 Imap crashes frequently
Submitted: 2020-05-01 14:58 UTC Modified: 2020-05-10 04:22 UTC
From: deepesh90 dot mol at gmail dot com Assigned: cmb (profile)
Status: No Feedback Package: IMAP related
PHP Version: 7.3.17 OS: Windows
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2020-05-01 14:58 UTC] deepesh90 dot mol at gmail dot com
Description:
------------
We are using php imap module to import email. this is happening via window scheduler and that is running with frequency 3 min.
but every min we are experincing this

Faulting application name: php.exe, version: 7.3.1.0, time stamp: 0x5c367ab8
Faulting module name: php_imap.dll, version: 7.3.1.0, time stamp: 0x5c367ef1
Exception code: 0xc0000005
Fault offset: 0x00021db9
Faulting process id: 0x120
Faulting application start time: 0x01d61fc5b17647a9
Faulting application path: C:\Program Files (x86)\php\php7.3\php.exe
Faulting module path: C:\Program Files (x86)\php\php7.3\ext\php_imap.dll
Report Id: 16889376-8bba-11ea-80d4-005056832c47
Faulting package full name: 
Faulting package-relative application ID: 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-05-02 11:27 UTC] cmb@php.net
-Status: Open +Status: Feedback -Operating System: +Operating System: Windows -Assigned To: +Assigned To: cmb
 [2020-05-02 11:27 UTC] cmb@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves.

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external
resources such as databases, etc. If the script requires a
database to demonstrate the issue, please make sure it creates
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.
 [2020-05-10 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 15:01:29 2024 UTC