Re: [perl #41095] [BUG] Segfault in test.exe during Configuration

2008-12-08 Thread Nikolay Ananiev
don't have enough knowledge and also I don't know how to handle the non-x86 CPUs (because they don't support CPUID). - Original Message - From: Will Coleda [EMAIL PROTECTED] To: Nikolay Ananiev [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, December 07, 2008 6:57 PM Subject: Re

Re: [perl #41095] [BUG] Segfault in test.exe during Configuration

2008-12-07 Thread Nikolay Ananiev
parrot? Based on a recent conversation on list, we should probably start getting OS / Compiler versions as well with bug reports. On Wed Apr 16 14:58:24 2008, [EMAIL PROTECTED] wrote: Confirmed. This bug is still there as of r27009 Nikolay Ananiev [EMAIL PROTECTED] wrote in message news

Problem building parrot

2008-09-28 Thread Nikolay Ananiev
I'm trying to build parrot r31477 with visual studio 2008 on vista home and i get the following error src\pmc\exceptionhandler.c .\src\pmc\exceptionhandler.pmc(34) : error C2275: 'Parrot_ExceptionHandler_attri butes' : illegal use of this type as an expression

Questions about GSOC

2008-08-20 Thread Nikolay Ananiev
Hey guys, Today I saw Andrew's last post in his blog about the end of gsoc. Since I could not find much information about the NCI and GC projects I'm asking here: What's the status of these projects? Andrew's last post seems discouraging. How much of the new GC is completed? Are we going to have a

Re: [perl #41095] [BUG] Segfault in test.exe during Configuration

2008-04-16 Thread Nikolay Ananiev
Confirmed. This bug is still there as of r27009 Nikolay Ananiev [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'll be able to test Parrot in the next 48 hours on my pentium mmx and tell you what the result is. - Original Message - From: James Keenan via RT [EMAIL

Re: [perl #41095] [BUG] Segfault in test.exe during Configuration

2008-04-14 Thread Nikolay Ananiev
I'll be able to test Parrot in the next 48 hours on my pentium mmx and tell you what the result is. - Original Message - From: James Keenan via RT [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 14, 2008 5:36 AM Subject: [perl #41095] [BUG] Segfault in test.exe during

Re: mod_perl6 update

2007-09-06 Thread Nikolay Ananiev
You've hit different child processes. James E Keenan [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Jeff Horwitz wrote: Counter: http://www.smashing.org/sandbox/perl6-handlers/counter When I first clicked on this link, the counter stood at 30. Then, when I hit the Refresh

Re: dlopen(NULL) ?

2007-05-14 Thread Nikolay Ananiev
It doesn't work on Win32 too. chromatic [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Sunday 13 May 2007 16:30:23 Mike Mattie wrote: I am working on src/dynext.c and I ran across this in get_path. if (lib == NULL) { *handle = Parrot_dlopen((char *)NULL); It may

Re: Is Parrot 1.0 too late?

2007-05-01 Thread Nikolay Ananiev
I've already started a project that embeds Parrot Allison Randal [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Nikolay, Here's a few things you (and others) can do: - give a talk about Parrot at your local linux/ruby/python/php/perl/etc user group (recruiting new developers,

Re: Is Parrot 1.0 too late?

2007-05-01 Thread Nikolay Ananiev
BTW, seems like the game has already started http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx Allison Randal [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Nikolay, Here's a few things you (and others) can do: - give a talk about Parrot at

Re: Is Parrot 1.0 too late?

2007-04-28 Thread Nikolay Ananiev
Nicholas Clark [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Wed, Apr 25, 2007 at 11:48:07AM +0300, Nikolay Ananiev wrote: Maybe we have to search harder for new ways to advertise Parrot to other communities and get new developers and supporters to the project. Currently

Re: Is Parrot 1.0 too late?

2007-04-28 Thread Nikolay Ananiev
Allison Randal [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Nikolay Ananiev wrote: Yes I know about Parrot's great features, but Parrot is still not ready for the mainstream and won't be ready in the next two years (maybe?). That's a lot of time for commercial projects like

Re: Is Parrot 1.0 too late?

2007-04-25 Thread Nikolay Ananiev
PROTECTED] wrote in message news:[EMAIL PROTECTED] Nikolay Ananiev wrote: So, is one of parrot's biggest strengths gone? Are we too late? Why would the developers use Parrot instead of JVM/CLR/Mono? We're certainly pleased that we kicked off a revolution in virtual machines, and that others

Is Parrot 1.0 too late?

2007-04-24 Thread Nikolay Ananiev
As we all know, parrot has been in development for 7 years now. That's a lot of time and many things have changed since then. From my point of view one of the biggest strengths of Parrot is that it's a target for many (and why not all?) dynamic languages and as I know there's no other VM like it.

Re: [perl #41132] [BUG] Segfault in Parrot_call_sub_ret_int

2006-12-26 Thread Nikolay Ananiev
Nikolay Ananiev [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] forgot to attach the files. Attached in this message. The attached patch fixes the problem. The code is taken from Parrot_call_sub (which works). But I don't know why it was not applied to the other two function. Maybe

[perl #41125] [PATCH] Fix small typo in root.in

2006-12-25 Thread Nikolay Ananiev
# New Ticket Created by Nikolay Ananiev # Please include the string: [perl #41125] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41125 Fixes the reallyinstall target on Win32 root.in.patch Description: Binary data

[perl #41132] [BUG] Segfault in Parrot_call_sub_ret_int

2006-12-25 Thread Nikolay Ananiev
# New Ticket Created by Nikolay Ananiev # Please include the string: [perl #41132] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41132 Check the attached examples.

Re: [perl #41132] [BUG] Segfault in Parrot_call_sub_ret_int

2006-12-25 Thread Nikolay Ananiev
forgot to attach the files. Attached in this message. test.pir Description: Binary data #include parrot/parrot.h #include parrot/embed.h #include parrot/extend.h Parrot_STRING pw_new_string(Parrot_Interp interp, char *str) { return Parrot_new_string(interp, str,

[perl #41095] [BUG] Segfault in test.exe during Configuration

2006-12-16 Thread Nikolay Ananiev
# New Ticket Created by Nikolay Ananiev # Please include the string: [perl #41095] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41095 test.exe or config/auto/jit/test_c.in segfault during configuration on Win32

Re: [perl #40998] [PATCH] Fix build error on Win32

2006-12-01 Thread Nikolay Ananiev
OK, so no one seems interested. Anyway, the attached patch in this message is a better version of the previous one. It checks for a white space in build_dir and makes the value short path only when a space exists. Nikolay Ananiev [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Ron

Re: [perl #40998] [PATCH] Fix build error on Win32

2006-11-29 Thread Nikolay Ananiev
Ron Blaschke [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Nikolay Ananiev (via RT) wrote: # New Ticket Created by Nikolay Ananiev # Please include the string: [perl #40998] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3

[perl #40998] [PATCH] Fix build error on Win32

2006-11-27 Thread Nikolay Ananiev
# New Ticket Created by Nikolay Ananiev # Please include the string: [perl #40998] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40998 When build_dir contains spaces the build process fails. The fix is to translate

Can I use Parrot's subsystems in an embedded code?

2006-10-02 Thread Nikolay Ananiev
Hi there! I'm starting an experimental C project that will embed parrot. I'd like my program to be as portable as parrot itself, so my question is: Can I take advantage of parrot's portableness? For example, if my program does some IO stuff, can I use Parrot's IO subsystem in my C code to do this