Re: [Gambas-user] GB.JIT Crashes

2012-06-15 Thread Sebastian Kulesz
It does!! Thank you!!!

I am seeing a lot of compilation warnings while building gb.jit. I
read you are coding under x64, so you may be missing some. Here is the
output I get from  [0], maybe this can help you.


[0] http://pastebin.com/YPq5QYch

output of: 
Linux sebi 3.4.2-2-ARCH #1 SMP PREEMPT Tue Jun 12 07:19:42 UTC 2012
i686 GNU/Linux

output of: 
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/4.7.0/lto-wrapper
Target: i686-pc-linux-gnu
Configured with: /build/src/gcc-4.7-20120505/configure --prefix=/usr
--libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man
--infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/
--enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++
--enable-shared --enable-threads=posix --with-system-zlib
--enable-__cxa_atexit --disable-libunwind-exceptions
--enable-clocale=gnu --disable-libstdcxx-pch --enable-libstdcxx-time
--enable-gnu-unique-object --enable-linker-build-id --with-ppl
--enable-cloog-backend=isl --enable-lto --enable-gold
--enable-ld=default --enable-plugin --with-plugin-ld=ld.gold
--with-linker-hash-style=gnu --disable-multilib --disable-libssp
--disable-build-with-cxx --disable-build-poststage1-with-cxx
--enable-checking=release
Thread model: posix
gcc version 4.7.0 20120505 (prerelease) (GCC)

Hope it helps ;)

Thanks again!


On Fri, Jun 15, 2012 at 8:22 AM, Emil Lenngren  wrote:
> Thank you for your reports. Does it work better in the latest revision?
>
> /Emil
>
> 2012/6/15 Sebastian Kulesz 
>
>> The last commit fixed the previous bug, but now i'm getting a weird
>> error. I have a parent class with ~100 childs. When I add "Fast" on
>> the parent the only message I get is:
>>
>> "Stack became corrupted in a JIT function. Please make a bug report."
>>
>> Full output with GB_JIT: http://pastebin.com/gyW56S2H
>>
>>
>> The source can be found here:
>>
>> http://bazaar.launchpad.net/~sebikul/mundus/trunk/view/head:/.src/Module.class
>>
>> Thanks!
>>
>> On Tue, Jun 12, 2012 at 6:48 AM, Sebi  wrote:
>> > The source can be found here:
>> >
>> http://bazaar.launchpad.net/~sebikul/mundus/trunk/view/head:/.src/Main.module
>> >
>> > Let me know if you need more info!
>> >
>> > Thanks!!
>> > -Original Message-
>> > From: Emil Lenngren 
>> > Date: Sun, 10 Jun 2012 01:06:19
>> > To: mailing list for gambas users
>> > Reply-To: mailing list for gambas users <
>> gambas-user@lists.sourceforge.net>
>> > Subject: Re: [Gambas-user] GB.JIT Crashes
>> >
>> > Yes please, how does your source code look like? Are you trying to
>> > enumerate a class?
>> >
>> > /Emil
>> >
>> > 2012/6/9 Sebastian Kulesz 
>> >
>> >> Hi! I'm getting a crash when I place the fast keyword on top of a
>> >> module. The output:
>> >>
>> >> 19PushClassExpression
>> >> gbx3: jit.h:145: virtual llvm::Value* Expression::codegen_get_value():
>> >> Assertion `false && "codegen_get_value not done yet for this type"'
>> >> failed.
>> >>
>> >> If you need the source let me know!
>> >>
>> >> Thanks!
>> >>
>> >>
>> >>
>> --
>> >> Live Security Virtual Conference
>> >> Exclusive live event will cover all the ways today's security and
>> >> threat landscape has changed and how IT managers can respond.
>> Discussions
>> >> will include endpoint security, mobile security and the latest in
>> malware
>> >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> >> ___
>> >> Gambas-user mailing list
>> >> Gambas-user@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/gambas-user
>> >>
>> >
>> --
>> > Live Security Virtual Conference
>> > Exclusive live event will cover all the ways today's security and
>> > threat landscape has changed and how IT managers can respond. Discussions
>> > will include endpoint security, mobile security and the latest in malware
>> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> > ___
>> > Gambas-user mailing list
>> > Gambas-user@lists.sourceforge.net
>> > https://

Re: [Gambas-user] GB.JIT Crashes

2012-06-15 Thread Emil Lenngren
Thank you for your reports. Does it work better in the latest revision?

/Emil

2012/6/15 Sebastian Kulesz 

> The last commit fixed the previous bug, but now i'm getting a weird
> error. I have a parent class with ~100 childs. When I add "Fast" on
> the parent the only message I get is:
>
> "Stack became corrupted in a JIT function. Please make a bug report."
>
> Full output with GB_JIT: http://pastebin.com/gyW56S2H
>
>
> The source can be found here:
>
> http://bazaar.launchpad.net/~sebikul/mundus/trunk/view/head:/.src/Module.class
>
> Thanks!
>
> On Tue, Jun 12, 2012 at 6:48 AM, Sebi  wrote:
> > The source can be found here:
> >
> http://bazaar.launchpad.net/~sebikul/mundus/trunk/view/head:/.src/Main.module
> >
> > Let me know if you need more info!
> >
> > Thanks!!
> > -Original Message-
> > From: Emil Lenngren 
> > Date: Sun, 10 Jun 2012 01:06:19
> > To: mailing list for gambas users
> > Reply-To: mailing list for gambas users <
> gambas-user@lists.sourceforge.net>
> > Subject: Re: [Gambas-user] GB.JIT Crashes
> >
> > Yes please, how does your source code look like? Are you trying to
> > enumerate a class?
> >
> > /Emil
> >
> > 2012/6/9 Sebastian Kulesz 
> >
> >> Hi! I'm getting a crash when I place the fast keyword on top of a
> >> module. The output:
> >>
> >> 19PushClassExpression
> >> gbx3: jit.h:145: virtual llvm::Value* Expression::codegen_get_value():
> >> Assertion `false && "codegen_get_value not done yet for this type"'
> >> failed.
> >>
> >> If you need the source let me know!
> >>
> >> Thanks!
> >>
> >>
> >>
> --
> >> Live Security Virtual Conference
> >> Exclusive live event will cover all the ways today's security and
> >> threat landscape has changed and how IT managers can respond.
> Discussions
> >> will include endpoint security, mobile security and the latest in
> malware
> >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> >> ___
> >> Gambas-user mailing list
> >> Gambas-user@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/gambas-user
> >>
> >
> --
> > Live Security Virtual Conference
> > Exclusive live event will cover all the ways today's security and
> > threat landscape has changed and how IT managers can respond. Discussions
> > will include endpoint security, mobile security and the latest in malware
> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > ___
> > Gambas-user mailing list
> > Gambas-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] GB.JIT Crashes

2012-06-14 Thread Sebastian Kulesz
The last commit fixed the previous bug, but now i'm getting a weird
error. I have a parent class with ~100 childs. When I add "Fast" on
the parent the only message I get is:

"Stack became corrupted in a JIT function. Please make a bug report."

Full output with GB_JIT: http://pastebin.com/gyW56S2H


The source can be found here:
http://bazaar.launchpad.net/~sebikul/mundus/trunk/view/head:/.src/Module.class

Thanks!

On Tue, Jun 12, 2012 at 6:48 AM, Sebi  wrote:
> The source can be found here:
> http://bazaar.launchpad.net/~sebikul/mundus/trunk/view/head:/.src/Main.module
>
> Let me know if you need more info!
>
> Thanks!!
> -Original Message-
> From: Emil Lenngren 
> Date: Sun, 10 Jun 2012 01:06:19
> To: mailing list for gambas users
> Reply-To: mailing list for gambas users 
> Subject: Re: [Gambas-user] GB.JIT Crashes
>
> Yes please, how does your source code look like? Are you trying to
> enumerate a class?
>
> /Emil
>
> 2012/6/9 Sebastian Kulesz 
>
>> Hi! I'm getting a crash when I place the fast keyword on top of a
>> module. The output:
>>
>> 19PushClassExpression
>> gbx3: jit.h:145: virtual llvm::Value* Expression::codegen_get_value():
>> Assertion `false && "codegen_get_value not done yet for this type"'
>> failed.
>>
>> If you need the source let me know!
>>
>> Thanks!
>>
>>
>> --
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] GB.JIT Crashes

2012-06-12 Thread Sebi
The source can be found here:  
http://bazaar.launchpad.net/~sebikul/mundus/trunk/view/head:/.src/Main.module 

Let me know if you need more info!

Thanks!!
-Original Message-
From: Emil Lenngren 
Date: Sun, 10 Jun 2012 01:06:19 
To: mailing list for gambas users
Reply-To: mailing list for gambas users 
Subject: Re: [Gambas-user] GB.JIT Crashes

Yes please, how does your source code look like? Are you trying to
enumerate a class?

/Emil

2012/6/9 Sebastian Kulesz 

> Hi! I'm getting a crash when I place the fast keyword on top of a
> module. The output:
>
> 19PushClassExpression
> gbx3: jit.h:145: virtual llvm::Value* Expression::codegen_get_value():
> Assertion `false && "codegen_get_value not done yet for this type"'
> failed.
>
> If you need the source let me know!
>
> Thanks!
>
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] GB.JIT Crashes

2012-06-11 Thread Emil Lenngren
Yes please, how does your source code look like? Are you trying to
enumerate a class?

/Emil

2012/6/9 Sebastian Kulesz 

> Hi! I'm getting a crash when I place the fast keyword on top of a
> module. The output:
>
> 19PushClassExpression
> gbx3: jit.h:145: virtual llvm::Value* Expression::codegen_get_value():
> Assertion `false && "codegen_get_value not done yet for this type"'
> failed.
>
> If you need the source let me know!
>
> Thanks!
>
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] GB.JIT Crashes

2012-06-09 Thread Sebastian Kulesz
Hi! I'm getting a crash when I place the fast keyword on top of a
module. The output:

19PushClassExpression
gbx3: jit.h:145: virtual llvm::Value* Expression::codegen_get_value():
Assertion `false && "codegen_get_value not done yet for this type"'
failed.

If you need the source let me know!

Thanks!

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user