Skip to content

Commit 6e84cda

Browse files
author
Sascha Schumann
committed
editing
1 parent b5da473 commit 6e84cda

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

TODO_SEGFAULTS

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Open:
2828
Notes:
2929

3030
(1) appears, when bcadd, bcmod, bcmul, bcscale, bcsqrt have been tested
31-
prior to it. does not segfault otherwise.
31+
prior to it. does not segfault when tested alone.
3232

3333
(2) sometimes, mb_ereg passes the test, although a subsequent mbereg
3434
will cause a segfault. Probably something in-between screws up the engine.
@@ -38,10 +38,12 @@ Open:
3838

3939
format = Z_STRVAL_PP(args[0]);
4040

41+
format was zero. The zval appeared to be fubar'ed.
42+
4143
I am not able to reproduce this particular issue at the moment. I
4244
was not able to create a simple test case for this initially, so
43-
the lack of reproducibility likely relates to changes in the
44-
changed/now-extended test script.
45+
the lack of reproducibility likely relates to modifications in the
46+
now-extended test script.
4547

4648

4749

0 commit comments

Comments
 (0)