Hello!I'm experiancing a crash the moment I start the image. The stacktrace makes it clear that it fails in a primitive while trying to close a stale dbx connection. The database is not even running, let alone having a valid connection to it.I get this quite often. Can you think of a solution for it, please?$ ./pharo.shDBXFatalError: FATAL OpenDBX: Invalid handleDBXPostgresBackend(DBXBackend)>>errorCode:handle:
DBXPostgresBackend(DBXBackend)>>verifyError:handle:DBXPostgresBackend(DBXBackend)>>closeConnection:DBXConnection>>closeDBXConnection>>disconnectDBXConnection>>finalizeWeakFinalizerItem>>finalizeValuesWeakRegistry>>finalizeValues in Block: [finalizer finalizeValues]BlockClosure>>on:do:BlockClosure>>on:fork: in Block: [Processor terminateActive]--
Milan Mimica
http://sparklet.sf.net
$ ./pharo.shDBXFatalError: FATAL OpenDBX: Invalid handleDBXPostgresBackend(DBXBackend)>>errorCode:handle:
Do you know what is the value of the handle at this point?
On 20 June 2012 23:08, Mariano Martinez Peck <maria...@gmail.com> wrote:$ ./pharo.shDBXFatalError: FATAL OpenDBX: Invalid handleDBXPostgresBackend(DBXBackend)>>errorCode:handle:
Do you know what is the value of the handle at this point?Let's say I could find out, if I empower my gdb skills. I will try.
I expect it to be a value of a handle that was valid at some point in time... What do you hope it is?
In which OS are you? have you compiled OpenDBX yourself or use a binary distribution?
Do you know what is the value of the handle at this point?
In which OS are you? have you compiled OpenDBX yourself or use a binary distribution?
const char* odbx_error( odbx_t* handle, int error )