On 19-8-2012 17:29, Jonas Maebe wrote: > > On 19 Aug 2012, at 17:25, Reinier Olislagers wrote: > >> Perhaps you might want to assign this bug to yourself given you're >> the author of 21972? http://bugs.freepascal.org/view.php?id=22527 > > I can't, because I don't have admin access to Lazarus issues. > Furthermore, I'd really appreciate a way to reproduce it without > depending on Lazarus (or at least instructions on how to reproduce it > from the command line, because always debug using plain gdb).
I understand. As mentioned in the issue, I think Somebody should reassign the issue to fpc at least anyway (which I can't do either). No idea if this bug occurs in other code as well. The way I found out is by running fpcup: https://bitbucket.org/reiniero/fpcup/downloads/fpcup.exe fpcup --fpcurl=http://svn.freepascal.org/svn/fpc/trunk --fpcopt="-gw -gl" --lazopt="-gw -gl" Which you can run out of the box if you have svn.exe in your path (and nothing you want to keep in your c:\development\lazarus, c:\development\fpc, c:\development\fpcbootstrap and c:\development\extras directories) After having run this once, you can dramatically shorten testing by: fpcup --fpcurl=http://svn.freepascal.org/svn/fpc/trunk --fpcopt="-gw -gl" --lazopt="-gw -gl" --only=useride I can also look into writing up some instructions on runnning the svn update, make etc commands that fpcup sends out manually. Thanks, Reinier _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal