Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^11: Strawberry Perl 64bit on Win7 crashes on DBI-function

by theman824 (Novice)
on Apr 24, 2014 at 13:34 UTC ( [id://1083589]=note: print w/replies, xml ) Need Help??


in reply to Re^10: Strawberry Perl 64bit on Win7 crashes on DBI-function
in thread Strawberry Perl 64bit on Win7 crashes on DBI-function

I am now thinking hard about this line in "ODBC.xs":

ST(numDataSources++) = newSVpv(dsn, dsn_length+9 /* strlen("dbi:ODBC:") */ );

Not sure if this always does what one expects on first glance. I am refering to the left side of the "=".

Replies are listed 'Best First'.
Re^12: Strawberry Perl 64bit on Win7 crashes on DBI-function
by mje (Curate) on Apr 24, 2014 at 13:38 UTC

    That puts the scalars on the stack. I've rewritten data_sources to not use the stack. See my other comment.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1083589]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-16 13:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found