![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hi everyone! I'm trying to debug strange bug in my Perl Ingres driver, I really don't know what is causing it. The problem is that, after fetching row, ^C stops working. |
|
From your example program, it appears that the condition persists even after disconnecting from the Ingres session. So, it must be something that the |
#4
| |||
| |||
|
|
On Jul 31, 2012, at 8:48 AM, Tomasz Konojacki wrote: Hi everyone! I'm trying to debug strange bug in my Perl Ingres driver, I really don't know what is causing it. The problem is that, after fetching row, ^C stops working. I don't really do Windows, but a couple thoughts: Is this specific to the data type fetched? i.e. does it really only happen when fetching NCHAR data? or does it happen regardless of what you fetch? If it's data type specific, I would suspect some kind of memory corruption. From your example program, it appears that the condition persists even after disconnecting from the Ingres session. So, it must be something that the Ingres library is setting and not restoring upon disconnect. You could try poking around in $ING_SRC/cl/clf/ex_win to see if you can figure out what is happening. Karl |
![]() |
| Thread Tools | |
| Display Modes | |
| |