You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, so down the road, Trilogy will call strdup on these char *, so if there is a compaction issue, it's only during initialize. So you'd need GC.auto_compact = true and GC to trigger inside rb_trilogy_connect but before try_connect, which seem unlikely.
I'll double check, but it's probably a red herring.
While working on #139 I noticed something suspicious.
We have a number of statements like this:
opts
is held as@connection_options
on theTrilogy
instance, soval
and it'schar *
won't be GCed, however:connopt
to point at garbage / another object.The text was updated successfully, but these errors were encountered: