[fpc-devel] Misterious error

2011-12-28 Thread José Mejuto
Hello FPC, I'm now running: Lazarus 0.9.31 r34428 FPC 2.7.1 i386-win32-win32/win64 r19895 With this setup something strange is happening in a project of mine, when I close the project a SIGSEGV happends in the win32callback.inc of LCL without callback stack trace and with all local variables

Re: [fpc-devel] Misterious error

2011-12-28 Thread Jonas Maebe
On 28 Dec 2011, at 14:25, José Mejuto wrote: To me it looks like the code is trying to free some strings or interfaces but at a point where the manager of automated types has been disabled so the declaration of a new ansistring reconnects it. Maybe it is a crazy idea but is the only one that

[fpc-devel] encoding for file names in fpc messages

2011-12-28 Thread Mattias Gaertner
Hi, What encoding does fpc use for file names in messages? Mattias ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Stack alignment on i386

2011-12-28 Thread Florian Klaempfl
Am 22.12.2011 17:56, schrieb Jonas Maebe: Keeping an aligned stack requires completely different code generation inside the calling routine, you can't implement that on a call-by-call basis. Intel defined once how procedure entry/exit code should look like for procedures doing 16 byte

[fpc-devel] JVM: Question regarding converted Java code

2011-12-28 Thread Sven Barth
Hello Jonas! Today I've converted a third party jar file using javapp, which went without problems so far (I only need to convert another jar file, because there is a dependency). When compiling I noticed a few warnings though: === output === ... bukkit.inc(1668,5) Warning: Constructor