SIGSEGV on lazarus with Zeoslib 6.6.6 and Firebird 2.0
Moderators: gto, EgonHugeist
-
- Fresh Boarder
- Posts: 13
- Joined: 06.04.2008, 10:16
- Location: Macerata
SIGSEGV on lazarus with Zeoslib 6.6.6 and Firebird 2.0
hi all
i've a simple project made with lazarus 0.9.28.2 beta (Win XP SP3)
ZConnection1: TZConnection;
protocol: firebird-2.0
versione: 6.6.6-stable
ZQuery1: TZQuery;
connection: ZConnection1
Datasource1: TDatasource;
dataset: ZQuery1
sql: select * from EMPLOYEE
DBGrid1: TDBGrid;
datasource: Datasource1
DBNavigator1: TDBNavigator;
datasource: Datasource1
at design time, i can connect to my firebird 2.0 database succesfully (and at runtime too)
if i try to open the ZQuery1 at design time i've an "Accessi Violation" error
while at runtime (after ZQuery1.Open) i've an "External: SIGSEGV" exception
is this a bug or a my mistake?
thanks in advantage
markbass72
i've a simple project made with lazarus 0.9.28.2 beta (Win XP SP3)
ZConnection1: TZConnection;
protocol: firebird-2.0
versione: 6.6.6-stable
ZQuery1: TZQuery;
connection: ZConnection1
Datasource1: TDatasource;
dataset: ZQuery1
sql: select * from EMPLOYEE
DBGrid1: TDBGrid;
datasource: Datasource1
DBNavigator1: TDBNavigator;
datasource: Datasource1
at design time, i can connect to my firebird 2.0 database succesfully (and at runtime too)
if i try to open the ZQuery1 at design time i've an "Accessi Violation" error
while at runtime (after ZQuery1.Open) i've an "External: SIGSEGV" exception
is this a bug or a my mistake?
thanks in advantage
markbass72
-
- Fresh Boarder
- Posts: 13
- Joined: 06.04.2008, 10:16
- Location: Macerata
Thanks for the answer,
I have installed Lazarus on Windows XP, here I don't have any problems , all works fine... maybe it is a problem with library on linux but I don't know which should I use (I have libfbclient.so.2.1) and I got access violation i changed library but without success . I will try more and give direction if i solve my problem.
Best regards
Mateusz
I have installed Lazarus on Windows XP, here I don't have any problems , all works fine... maybe it is a problem with library on linux but I don't know which should I use (I have libfbclient.so.2.1) and I got access violation i changed library but without success . I will try more and give direction if i solve my problem.
Best regards
Mateusz
I just experienced the same problem: in fact I developed a program on windows XP with delphi 7, zeos 6.6.5 and firebird 2.0.4 (superserver) using ibexpert personal to design database.
Everything worked fine since I had to substitute the pc, so I reinstalled windows XP, delphi7 with zeoslib 6.6.6 and I installed firebird 2.0.5 thinking if firebird version is still 2.0 programs still works...
I WAS WRONG!!!!
As I tried to run the program windows I received "access violation at address 00000000" and closed dataset error from zquery components, that usually means You are trying to access to unexisting resources.
Checking on firebird documentation I saw that firebird require Microsoft c/c++ runtime libraries to be installed to work, in fact the relative dll's are included in installation package (also if it does not install it) So I installed Microsoft c/c++ runtime libraries but unsuccessfully.
After a lot of time spent checking what was wrong (I also sign this forum to see if there was somebody to help me), i substitute the fbclient .dll and gds32.dll in c:/windows/system32 that was installed from firebird 2.0.5 installer with the old version (2.0.4) saved from the HDD of the boken PC: now everything is working correctly.
I hope this could be helpful for You... I am not a professional programmer
Everything worked fine since I had to substitute the pc, so I reinstalled windows XP, delphi7 with zeoslib 6.6.6 and I installed firebird 2.0.5 thinking if firebird version is still 2.0 programs still works...
I WAS WRONG!!!!
As I tried to run the program windows I received "access violation at address 00000000" and closed dataset error from zquery components, that usually means You are trying to access to unexisting resources.
Checking on firebird documentation I saw that firebird require Microsoft c/c++ runtime libraries to be installed to work, in fact the relative dll's are included in installation package (also if it does not install it) So I installed Microsoft c/c++ runtime libraries but unsuccessfully.
After a lot of time spent checking what was wrong (I also sign this forum to see if there was somebody to help me), i substitute the fbclient .dll and gds32.dll in c:/windows/system32 that was installed from firebird 2.0.5 installer with the old version (2.0.4) saved from the HDD of the boken PC: now everything is working correctly.
I hope this could be helpful for You... I am not a professional programmer
-
- Fresh Boarder
- Posts: 13
- Joined: 06.04.2008, 10:16
- Location: Macerata
this week i tried this source on various systems
(1) on vista (FB 2.0.4) all goes fine
(2) on win xp pro sp3 (FB 2.0.5) nothing works and - here - bin compiled on other systems fails
(3) tried on a virtual machine too (win xp pro sp3) with FB 2.5.0 beta2 and... all goes fine
reading about sauroweb i think there's something wrong on 2.0.5 client libraries
i hope i can find an FB 2.0.4 installer to make the last test on win xp
(1) on vista (FB 2.0.4) all goes fine
(2) on win xp pro sp3 (FB 2.0.5) nothing works and - here - bin compiled on other systems fails
(3) tried on a virtual machine too (win xp pro sp3) with FB 2.5.0 beta2 and... all goes fine
reading about sauroweb i think there's something wrong on 2.0.5 client libraries
i hope i can find an FB 2.0.4 installer to make the last test on win xp
-
- Fresh Boarder
- Posts: 13
- Joined: 06.04.2008, 10:16
- Location: Macerata
-
- Fresh Boarder
- Posts: 4
- Joined: 12.06.2011, 14:52
- Contact:
-
- Fresh Boarder
- Posts: 4
- Joined: 12.06.2011, 14:52
- Contact: