Re: [Firebird-devel] second embedded connect hangs on armel, ia64, kfreebsd and s390

2011-12-09 Thread Alex Peshkoff
On 12/08/11 22:33, Damyan Ivanov wrote: -=| Damyan Ivanov, 18.11.2011 21:27:26 +0200 |=- Maybe it's libedit interfering with libfbembed. I'll try the same thing using the perl driver and see if strace will give any hints. No luck. I wrote a primitive isql-like tool that is able to create

Re: [Firebird-devel] second embedded connect hangs on armel, ia64, kfreebsd and s390

2011-12-08 Thread Damyan Ivanov
-=| Damyan Ivanov, 18.11.2011 21:27:26 +0200 |=- Maybe it's libedit interfering with libfbembed. I'll try the same thing using the perl driver and see if strace will give any hints. No luck. I wrote a primitive isql-like tool that is able to create databases, connect to them and execute SQL

Re: [Firebird-devel] second embedded connect hangs on armel, ia64, kfreebsd and s390

2011-11-18 Thread Damyan Ivanov
-=| Alex Peshkoff, 17.11.2011 13:28:00 +0400 |=- On 11/17/11 11:37, Dmitry Yemanov wrote: 17.11.2011 11:26, Alex Peshkoff wrote: And one more interesting line: open(./fb_init, O_RDWR|O_CREAT|O_LARGEFILE, 0600) = 7 Why is _SHARED_ file opened in CWD? It should go to /tmp/firebird.

Re: [Firebird-devel] second embedded connect hangs on armel, ia64, kfreebsd and s390

2011-11-17 Thread Alex Peshkoff
On 11/17/11 11:37, Dmitry Yemanov wrote: 17.11.2011 11:26, Alex Peshkoff wrote: And one more interesting line: open(./fb_init, O_RDWR|O_CREAT|O_LARGEFILE, 0600) = 7 Why is _SHARED_ file opened in CWD? It should go to /tmp/firebird. Because he explicitly sets FIREBIRD_LOCK to CWD before

Re: [Firebird-devel] second embedded connect hangs on armel, ia64, kfreebsd and s390

2011-11-16 Thread Alex Peshkoff
On 11/17/11 00:38, Damyan Ivanov wrote: Is user, running that script, a member of group firebird? No and I can't make it. I am a mere user on the porter machines :) That's a pity and can be even a reason not to deliver ASTs between processes. On the other hand we have 2 processes started by

Re: [Firebird-devel] second embedded connect hangs on armel, ia64, kfreebsd and s390

2011-11-16 Thread Dmitry Yemanov
17.11.2011 11:26, Alex Peshkoff wrote: And one more interesting line: open(./fb_init, O_RDWR|O_CREAT|O_LARGEFILE, 0600) = 7 Why is _SHARED_ file opened in CWD? It should go to /tmp/firebird. Because he explicitly sets FIREBIRD_LOCK to CWD before running ISQL :-) Dmitry

Re: [Firebird-devel] second embedded connect hangs on armel, ia64, kfreebsd and s390

2011-11-15 Thread Damyan Ivanov
-=| Dmitry Yemanov, 14.11.2011 23:42:53 +0400 |=- 14.11.2011 23:15, Damyan Ivanov wrote: # session 1 $ FIREBIRD=. FIREBIRD_LOCK=. isql-fb dbd-firebird-test.fdb Database: dbd-firebird-test.fdb SQL # session 2, from another terminal, running in the same working # directory

Re: [Firebird-devel] second embedded connect hangs on armel, ia64, kfreebsd and s390

2011-11-14 Thread Dmitry Yemanov
14.11.2011 23:15, Damyan Ivanov wrote: # session 1 $ FIREBIRD=. FIREBIRD_LOCK=. isql-fb dbd-firebird-test.fdb Database: dbd-firebird-test.fdb SQL # session 2, from another terminal, running in the same working # directory FIREBIRD=. FIREBIRD_LOCK=. isql-fb dbd-firebird-test.fdb # hangs