[fpc-devel] Error: Data element too large / Compilation aborted .. unhandled exception .. AV

2017-03-15 Thread Hans-Peter Suter
Goedenavond, The following snippet gives the above mentioned error message on Mac (Yosem.) and aborts the compilation process on Ubuntu (14.04). I'm using version 3.0.2 [2017/02/12] for i386 and 3.0.2 [2017/02/25] for x86_64. There are several variants (mentioned in code) which influence the

[fpc-devel] Inconsistency detected in dynamic library

2009-11-16 Thread Hans-Peter Suter
When I execute a small program which links to a dynamic library, ld complains: cha...@devmachine:/data/test/src/shlib$ ./TestExe hello 42 Inconsistency detected by ld.so: dl-fini.c: 195: _dl_fini: Assertion `ns != 0 || i == nloaded' failed! This is on Debian Lenny (Free Pascal Compiler version

Re: [fpc-devel] Inconsistency detected in dynamic library

2009-11-16 Thread Hans-Peter Suter
2009/11/16 Jonas Maebe jonas.ma...@elis.ugent.be: You may want to use at least FPC 2.2.4, several bugs related to dynamic libraries on *nix platforms were fixed there. Thanks for your answer! - I updated to FPC 2.2.4 (*) but the inconsistency message is still there. The same happened when I