-
Notifications
You must be signed in to change notification settings - Fork 588
Closed
Description
Module: Could be Perl, DBD::Oracle or Oracle
Description
Perl exits randomly with SEGV
Steps to Reproduce
perl5-dbi/DBD-Oracle#185 for a perl test script that produces the issue.
I have made updates to DBD::Oracle how ever there is yet another SEGV which isn't obviously a module issue. perl5-dbi/DBD-Oracle#192 includes some specific details.
Expected behavior
Perl should not SEGV
Perl configuration
Not included because the issue is seen in all versions of perl-5.30.3 through 5.40.2 with any combination of Oracle instantclient >12.2 through 23.7.
I typically build them as: for debugging purposes.
CFLAGS="-g -O0" ./Configure -des -Dusethreads -Duse64bitint -Duse64bitall -Dprefix=${INST} \
-Alddlflags="-shared -g -L/usr/local/lib -fstack-protector-strong" -Accflags="-g -O0"
Metadata
Metadata
Assignees
Labels
No labels