Search found 7 matches

by ATILIUS_REGULUS
01.08.2013, 10:19
Forum: ZeosLib 7.0 Stable Forum
Topic: ZEOS 7.1.0-alpha, ParamByName, SIGSEGV Exception, FPC
Replies: 15
Views: 5379

Addendum: When assigning a string value to a normal variant, no exceptions arise. Example: Var S: String; V: Variant; Begin S := 'Hans'; V := S; End; Furthermore, the exceptions become more frequent, if the TZQuery is active during the assining: Sample_Q.Active := TRUE; Sample_Q.Params.ParamByName (...
by ATILIUS_REGULUS
30.07.2013, 08:55
Forum: ZeosLib 7.0 Stable Forum
Topic: ZEOS 7.1.0-alpha, ParamByName, SIGSEGV Exception, FPC
Replies: 15
Views: 5379

Addendum: After installing the files from /testing-7.1/src, the exceptions become less frequent, but I still get some exceptions by assigning a string to ParamByName. Furthermore, when assigning other datatypes like Int64 or TDate to ParamByName, exceptions arrise also sporadicly. The problem can be...
by ATILIUS_REGULUS
26.07.2013, 13:56
Forum: ZeosLib 7.0 Stable Forum
Topic: ZEOS 7.1.0-alpha, ParamByName, SIGSEGV Exception, FPC
Replies: 15
Views: 5379

Dear Michael,

Being aware of the problem of checking programs against the different OS's and other software, I will inform Codetyphon; I just have to wait until my registration at the pilotlogic forum is confirmed before I can post a message.

Cheers,
Juergen
by ATILIUS_REGULUS
26.07.2013, 13:46
Forum: ZeosLib 7.0 Stable Forum
Topic: ZEOS 7.1.0-alpha, ParamByName, SIGSEGV Exception, FPC
Replies: 15
Views: 5379

After installing /testing-7.1/src,
I was not able to reproduce the problem anymore,
id est the problem vanished and the \testing-7.1
code is more stable.

In any case, if the problem will occur again,
I will let you know.

Thank you so far for pointing me to the new code.

Cheers,
Juergen
by ATILIUS_REGULUS
26.07.2013, 12:50
Forum: ZeosLib 7.0 Stable Forum
Topic: ZEOS 7.1.0-alpha, ParamByName, SIGSEGV Exception, FPC
Replies: 15
Views: 5379

Ok, I will install \testing-7.1 and will let you know, if the problem is still there.
Cheers,
Juergen
by ATILIUS_REGULUS
26.07.2013, 12:24
Forum: ZeosLib 7.0 Stable Forum
Topic: ZEOS 7.1.0-alpha, ParamByName, SIGSEGV Exception, FPC
Replies: 15
Views: 5379

Michael, Thanks for the quick reply, I am aware that working with the stable version would be a good idea. But since I decided to work with Codetyphon, I like to stay with the component versions they deliver. If I would install different component versions, I will always have to assemble the compone...
by ATILIUS_REGULUS
26.07.2013, 11:00
Forum: ZeosLib 7.0 Stable Forum
Topic: ZEOS 7.1.0-alpha, ParamByName, SIGSEGV Exception, FPC
Replies: 15
Views: 5379

ZEOS 7.1.0-alpha, ParamByName, SIGSEGV Exception, FPC

Since I had a hard time to figure out the following problem, I would like to give a short description of the problem and its solution for other programming fellows. Enviroment: ************ - ZEOS 7.1.0-alfa - Codetyphon 4.4 - 64 Bit - fpc 2.7.1 - 64 Bit - Kubuntu 13.04 - 64 Bit - Database POSTGRESQ...