[exim-dev] [Bug 2904] "bad memory reference" errors in paniclog

2023-01-24 Thread admin--- via Exim-dev
https://bugs.exim.org/show_bug.cgi?id=2904

Jeremy Harris  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEW |RESOLVED

croll...@sjrollins.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---
 CC||croll...@sjrollins.com

--- Comment #2 from Jeremy Harris  ---
Closing due to lack of futer occurrence.  Please re-open if needed.

--- Comment #3 from croll...@sjrollins.com ---
I am currently on exim 4.96-5 and am experiencing this issue as well.  We have
been experiencing issues where messages being sent from an external system to
this exim server error out at times for unknown reasons since August 2022 and
we have now linked it back to this error message every time it happens.  I have
enabled +all logging and this is all that is provided.  There are no messages
between these two.  Ultimately the client connection is dropped.

2023-01-23 13:17:28.955 [126517] SMTP connection from [xxx.xxx.xxx.xxx]:52521
I=[xxx.xxx.xxx.xxx]:25 (TCP/IP connection count = 1)
2023-01-23 13:17:32.776 [201051] 1pK1Ns-000qIl-2N bad memory reference; pool
not found, at gstring_grow 1122

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##


[exim-dev] [Bug 2904] "bad memory reference" errors in paniclog

2023-01-24 Thread admin--- via Exim-dev
https://bugs.exim.org/show_bug.cgi?id=2904

--- Comment #4 from croll...@sjrollins.com ---
As the error references gstring_grow function @ line 1122 I looked to see what
code changed there and found a change on 3/3/2022 which may be the cause.

February 6th 2022 Before -
https://github.com/Exim/exim/blob/dbab2d6f08acd5ccf71d5e8a6cdc1224ab857d7a/src/src/string.c

March 3rd 2022 After
https://github.com/Exim/exim/blob/4191cb150300d310ab5fa22ce2cfb02b6f6051b0/src/src/string.c

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##


[exim-dev] [Bug 2956] util to convert message id to human-readable time

2023-01-24 Thread admin--- via Exim-dev
https://bugs.exim.org/show_bug.cgi?id=2956

Andrew Aitchison  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #1 from Andrew Aitchison  ---
exim/test/runtest munges test output. Lines 496-499 say:
  # Dates and times are all turned into the same value - trying to turn
  # them into different ones cannot be done repeatedly because they are
  # real time stamps generated while running the test. The actual date and
  # time used was fixed when I first started running automatic Exim tests.

... which makes the test suite almost useless for this application, though we
can still use it to test command line arguments.

I may attempt to add an option to the test suite to disable this feature :-(

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##