Hi,

an onwards with this slowly evolving error report on MS-platforms. Ron
gave a hint, but STDERR on Windows is just q{2>}, so running

PS D:\Src\rakudo> gdb .\parrot_install\bin\parrot.exe 2> error.txt

produces at least following error:

gdb.exe : warning: Query the registry to get manually
configured process list.
At line:1 char:4
+ gdb <<<<  .\parrot_install\bin\parrot.exe 2> error.txt
    + CategoryInfo          : NotSpecified: (warning...d
process list.:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError

Anyone seen such thing before?
 (Sorry about the utf...)

Greetings - clausi -

>> snip <<
>
> I am having the same results under 32 bit Vista with Activestate Perl and
> Mingw including the -1073741819/0xC0000005 error.
>
> The output (stuff at the end) you are looking at is the pir output specified
> by --target=pir.  Your run command did not redirect parrot's ouput.  I tried
> redirecting the output with
>
> (gdb) run src/gen/perl6.pbc --target=pir src/gen/core.pm >src/gen/core.pir
>
>
> but the output went to the screen anyway and not the file.  I believe that
> it may be possible that if one could get redirection to work it might be a
> way around the 'access violation' for the time being.  I tried "gdb
> parrot_install\bin\parrot.exe 2>&1" but that didn't redirect parrot output
> properly either and am wondering whether anyone following this thread has a
> suggestion.
>
> Ron
>
>
>

Reply via email to