Re: [fpc-devel] Lazarus Apache module crashes during concurrent requests

2008-09-22 Thread Michael Van Canneyt
On Mon, 22 Sep 2008, ABorka wrote: > After some more debugging the result is even stranger: > > If I reduce the code to the bare minimum there is still a crash most of the > time. > > 1. works always for 2 concurrent requests: > procedure TCustomApacheApplication.HandleRequest(ARequest: TReque

Re: [fpc-devel] Lazarus Apache module crashes during concurrent requests

2008-09-22 Thread ABorka
After some more debugging the result is even stranger: If I reduce the code to the bare minimum there is still a crash most of the time. 1. works always for 2 concurrent requests: procedure TCustomApacheApplication.HandleRequest(ARequest: TRequest; AResponse: TResponse); Var MC : TCustomHT

Re: [fpc-devel] libgdb: preferred version and whence?

2008-09-22 Thread Mark Morgan Lloyd
Jonas Maebe wrote: On 22 Sep 2008, at 19:21, Mark Morgan Lloyd wrote: Referring again to gdbint.pp I see this: { 6.5.x } {$ifdef GDB_V605} {$endif def GDB_V605} { 6.6.x } {$ifdef GDB_V606} {$endif def GDB_V605} { 6.7.x } {$ifdef GDB_V607} {$endif def GDB_V605} Am I correct in assuming that

Re: [fpc-devel] Unicode FPC : "WideString" and tkWString / tkUString

2008-09-22 Thread Inoussa OUEDRAOGO
2008/9/22 Florian Klaempfl <[EMAIL PROTECTED]>: > Inoussa OUEDRAOGO schrieb: >> >> Hi >> >> This program prints "tkUString". Is this by design or should it had >> print tkWString ? > > No, this is currently by design. In 2.3 widestring is a synonym for > unicodestring on non windows systems. Only o

Re: [fpc-devel] Unicode FPC : "WideString" and tkWString / tkUString

2008-09-22 Thread Florian Klaempfl
Inoussa OUEDRAOGO schrieb: Hi This program prints "tkUString". Is this by design or should it had print tkWString ? No, this is currently by design. In 2.3 widestring is a synonym for unicodestring on non windows systems. Only on windows, widestring is a special string being compatible with

Re: [fpc-devel] libgdb: preferred version and whence?

2008-09-22 Thread Jonas Maebe
On 22 Sep 2008, at 19:21, Mark Morgan Lloyd wrote: Referring again to gdbint.pp I see this: { 6.5.x } {$ifdef GDB_V605} {$endif def GDB_V605} { 6.6.x } {$ifdef GDB_V606} {$endif def GDB_V605} { 6.7.x } {$ifdef GDB_V607} {$endif def GDB_V605} Am I correct in assuming that the text after the

[fpc-devel] libgdb: preferred version and whence?

2008-09-22 Thread Mark Morgan Lloyd
I find that the libgdb sources I've been using- 6.3 if I'm interpreting the name of the tarball correctly- don't compile for ARM Linux. Referring to gdbint.pp I believe the most recent supported version is 6.7: where can I find the sources? I notice that Debian is at long last bundling libgdb-

Re: [fpc-devel] Strange problem with -M and -S command-line options

2008-09-22 Thread Aleksa Todorovic
Thanks for the quick reply, I'll make bug-report immediately. On Mon, Sep 22, 2008 at 14:00, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > On Mon, 22 Sep 2008, Aleksa Todorovic wrote: > >> Hi! >> >> >> As you can see, in the third case string is interpreted as >> ShortString, not AnsiString

Re: [fpc-devel] Strange problem with -M and -S command-line options

2008-09-22 Thread Michael Van Canneyt
On Mon, 22 Sep 2008, Aleksa Todorovic wrote: > Hi! > > > As you can see, in the third case string is interpreted as > ShortString, not AnsiString. Is this intended behaviour of compiler, > or command-line processing bug? This is intended behaviour. The Mode switch resets some other switches.

[fpc-devel] Strange problem with -M and -S command-line options

2008-09-22 Thread Aleksa Todorovic
Hi! I've just hit this problem, and wanted to report it, so someone can tell me if this is FPC or Lazarus bug. == Compiler version: 2.2.2 Lazarus version: svn trunk (revision 16671) Description: If -Sh is used before -Mobjfpc on command-line, string is interpreted as ShortString,