Re: [Firebird-devel] Firebird 2.5 built on HP-UX IA64 - core dump before main() (and suggested fix)

2014-06-19 Thread Alex Peshkoff
On 06/19/14 19:59, vv m wrote: > Still can't get the snapshot. I see "Generating snapshot..." and it takes > forever. > For sure, when I get it, I'll run builds on AIX and HP and let you know. Can you try to svn co svn://svn.code.sf.net/p/firebird/code/firebird/branches/B2_5_Release > Currently I

Re: [Firebird-devel] fb_inet_server on Linux hangs instead of returning the error on this query

2014-06-19 Thread Vlad Khorsun
> we've started validation of FB built on Linux and we met this situation: > fb_inet_server hangs instead of returning the error on this query: > > insert into s select * from s It not hungs, it insert rows until disk have space :) What kind of error do you expect here ? It is well known i

[Firebird-devel] [FB-Tracker] Created: (CORE-4466) Add DROP NOT NULL to ALTER COLUMN

2014-06-19 Thread Maximiliano Robaina (JIRA)
Add DROP NOT NULL to ALTER COLUMN - Key: CORE-4466 URL: http://tracker.firebirdsql.org/browse/CORE-4466 Project: Firebird Core Issue Type: New Feature Components: Engine Reporter: Maximil

Re: [Firebird-devel] Firebird 2.5 built from source code on AIX 6.1 - core dump

2014-06-19 Thread vv m
Finally I've got a snapshot. The build on AIX went OK except 2 issues (actually, I had them during previous builds but unfortunately didn't have time to report all details): 1) "Macro redefinition..." error for FD_SET(n, p), FD_CLR(n, p), FD_ISSET(n, p) and FD_ZERO(p) in .../src/remote/inet.cpp

[Firebird-devel] fb_inet_server on Linux hangs instead of returning the error on this query

2014-06-19 Thread vv m
Hi All, we've started validation of FB built on Linux and we met this situation: fb_inet_server hangs instead of returning the error on this query: insert into s select * from s Any comments would be appreciated. Thanks, Vadim. -

Re: [Firebird-devel] UDR example?

2014-06-19 Thread Adriano dos Santos Fernandes
On 19-06-2014 16:32, Mark Rotteveel wrote: > On 18-6-2014 13:23, Martijn Tonies (Upscene Productions) wrote: >> Hi, >> Can someone provide me with a compiled UDR example? >> I’m using Firebird 3, 32 bit. >> I see there’s a cpp file to be linked to, I thought this was Java? > > UDR (User Defined Ro

Re: [Firebird-devel] UDR example?

2014-06-19 Thread Mark Rotteveel
On 18-6-2014 13:23, Martijn Tonies (Upscene Productions) wrote: > Hi, > Can someone provide me with a compiled UDR example? > I’m using Firebird 3, 32 bit. > I see there’s a cpp file to be linked to, I thought this was Java? UDR (User Defined Routines) is the API to hook up an external engine, th

Re: [Firebird-devel] Firebird 2.5 built on HP-UX IA64 - core dump before main() (and suggested fix)

2014-06-19 Thread vv m
Still can't get the snapshot. I see "Generating snapshot..." and it takes forever. For sure, when I get it, I'll run builds on AIX and HP and let you know. Currently I'm working on build for Sun SPARC. One detail - I don't have automake installed on HP, so I used directly ./configure. Could it be

Re: [Firebird-devel] Firebird 2.5 built on HP-UX IA64 - core dump before main() (and suggested fix)

2014-06-19 Thread Alex Peshkoff
On 06/17/14 19:51, vv m wrote: > Hi All, > > I've built FB from the source code (v. 2.5.2.26540-0) on HP-UX IA64 > (Itanium). > > This is my setup: HP-UX ia64, HP C/aC++ B3910B A.06.25 > > My settings: > export CC=cc > export CXX=aCC > export CFLAGS=+DD64 > export CFLAGS=+DD64 > > ./configure --en