DDC-83: Tests segfault under oracle #105

Closed
opened 2026-01-22 12:27:12 +01:00 by admin · 5 comments
Owner

Originally created by @doctrinebot on GitHub (Oct 30, 2009).

Originally assigned to: @jwage on GitHub.

Jira issue originally created by user @jwage:

In \Doctrine\Tests\ORM\Functional\AdvancedAssociationTest::testIssue() lines 87, 97 and 98 cause PHP to segfault when running the test suite under PHp 5.3 and oracle. Has something to do with what Doctrine does with lazy loading..Not quite sure but this is all I have figured out up until now.

Originally created by @doctrinebot on GitHub (Oct 30, 2009). Originally assigned to: @jwage on GitHub. Jira issue originally created by user @jwage: In \Doctrine\Tests\ORM\Functional\AdvancedAssociationTest::testIssue() lines 87, 97 and 98 cause PHP to segfault when running the test suite under PHp 5.3 and oracle. Has something to do with what Doctrine does with lazy loading..Not quite sure but this is all I have figured out up until now.
admin added the Bug label 2026-01-22 12:27:12 +01:00
admin closed this issue 2026-01-22 12:27:12 +01:00
Author
Owner

@doctrinebot commented on GitHub (Oct 30, 2009):

@doctrinebot commented on GitHub (Oct 30, 2009): - depends on [DDC-120: Create oci8 driver](http://www.doctrine-project.org/jira/browse/DDC-120)
Author
Owner

@doctrinebot commented on GitHub (Nov 8, 2009):

Comment created by romanb:

This seems to only affect pdo_oci. This should be fixed once we have an oci8 driver that we can then use for the tests.

@doctrinebot commented on GitHub (Nov 8, 2009): Comment created by romanb: This seems to only affect pdo_oci. This should be fixed once we have an oci8 driver that we can then use for the tests.
Author
Owner

@doctrinebot commented on GitHub (Nov 8, 2009):

Comment created by romanb:

First functional version of OCI8 driver is committed. Try changing the driver name from "pdo_oci" to "oci8" in your oracle XML config for the test suite.

@doctrinebot commented on GitHub (Nov 8, 2009): Comment created by romanb: First functional version of OCI8 driver is committed. Try changing the driver name from "pdo_oci" to "oci8" in your oracle XML config for the test suite.
Author
Owner

@doctrinebot commented on GitHub (Nov 11, 2009):

Comment created by @jwage:

This is committed and is working well so far. We should open new issues now for any problems we find.

@doctrinebot commented on GitHub (Nov 11, 2009): Comment created by @jwage: This is committed and is working well so far. We should open new issues now for any problems we find.
Author
Owner

@doctrinebot commented on GitHub (Nov 11, 2009):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Nov 11, 2009): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#105