vm crash building cocoa cog with latest cog sources

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

vm crash building cocoa cog with latest cog sources

EstebanLM
 
Hi,
well... finally I have a cocoa cog build with latest cog sources... but the vm is crashing with this problem: 

#0  relocateIfCallOrMethodReferencemcpcdelta (annotation=7, mcpc=0x1f41ef0b "\376\377=`h^\037\273", delta=-92792) at /Users/MAC/Desktop/Dev/VM/cog-osx/build/../src/vm/cogit.c:13732
#1  0x0000b74f in relocateMethodsPreCompaction [inlined] () at /Users/MAC/Desktop/Dev/VM/cog-osx/src/vm/cogit.c:12288
#2  0x0000b74f in compactCogCompiledCode () at /Users/MAC/Desktop/Dev/VM/cog-osx/build/../src/vm/cogit.c:3058

I know this problem was reported before, but I thought the bug was fixed... so maybe I'm forgetting something. I'm generating sources with latest CMakeVMMaker, and using this version: VMMaker-oscog-IgorStasenko.Stasenko.49 (which is merged with oscog.47)

I'm missing something?

Cheers,
Esteban
Reply | Threaded
Open this post in threaded view
|

Fwd: vm crash building cocoa cog with latest cog sources

EstebanLM
 
bump. 
Any idea?

Inicio del mensaje reenviado:

De: Esteban Lorenzano <[hidden email]>
Fecha: 2 de marzo de 2011 18:14:40 GMT-03:00
Para: Squeak Virtual Machine Development Discussion <[hidden email]>
Asunto: vm crash building cocoa cog with latest cog sources

Hi,
well... finally I have a cocoa cog build with latest cog sources... but the vm is crashing with this problem: 

#0  relocateIfCallOrMethodReferencemcpcdelta (annotation=7, mcpc=0x1f41ef0b "\376\377=`h^\037\273", delta=-92792) at /Users/MAC/Desktop/Dev/VM/cog-osx/build/../src/vm/cogit.c:13732
#1  0x0000b74f in relocateMethodsPreCompaction [inlined] () at /Users/MAC/Desktop/Dev/VM/cog-osx/src/vm/cogit.c:12288
#2  0x0000b74f in compactCogCompiledCode () at /Users/MAC/Desktop/Dev/VM/cog-osx/build/../src/vm/cogit.c:3058

I know this problem was reported before, but I thought the bug was fixed... so maybe I'm forgetting something. I'm generating sources with latest CMakeVMMaker, and using this version: VMMaker-oscog-IgorStasenko.Stasenko.49 (which is merged with oscog.47)

I'm missing something?

Cheers,
Esteban

Reply | Threaded
Open this post in threaded view
|

Re: Fwd: vm crash building cocoa cog with latest cog sources

Igor Stasenko

On 4 March 2011 15:16, Esteban Lorenzano <[hidden email]> wrote:
>
> bump.
> Any idea?
>

can you reproduce it?
And please , give me all steps you do for reproducing this VM (i know
this could be standard one, but just for sure ;)

During school we could check it with Eliot.

> Inicio del mensaje reenviado:
>
> De: Esteban Lorenzano <[hidden email]>
> Fecha: 2 de marzo de 2011 18:14:40 GMT-03:00
> Para: Squeak Virtual Machine Development Discussion <[hidden email]>
> Asunto: vm crash building cocoa cog with latest cog sources
>
> Hi,
> well... finally I have a cocoa cog build with latest cog sources... but the vm is crashing with this problem:
> #0  relocateIfCallOrMethodReferencemcpcdelta (annotation=7, mcpc=0x1f41ef0b "\376\377=`h^\037\273", delta=-92792) at /Users/MAC/Desktop/Dev/VM/cog-osx/build/../src/vm/cogit.c:13732
> #1  0x0000b74f in relocateMethodsPreCompaction [inlined] () at /Users/MAC/Desktop/Dev/VM/cog-osx/src/vm/cogit.c:12288
> #2  0x0000b74f in compactCogCompiledCode () at /Users/MAC/Desktop/Dev/VM/cog-osx/build/../src/vm/cogit.c:3058
> I know this problem was reported before, but I thought the bug was fixed... so maybe I'm forgetting something. I'm generating sources with latest CMakeVMMaker, and using this version: VMMaker-oscog-IgorStasenko.Stasenko.49 (which is merged with oscog.47)
> I'm missing something?
> Cheers,
> Esteban
>
>



--
Best regards,
Igor Stasenko AKA sig.
Reply | Threaded
Open this post in threaded view
|

Re: Fwd: vm crash building cocoa cog with latest cog sources

EstebanLM

Hi,
Steps to reproduce:

- clone [hidden email]:~estebanlm/cogvm/cog-osx.git
- download VMMaker-oscog.EstebanLorenzano.50, and CMakeVMMaker
- CocoaIOSCogJitConfig generateWithSources.
- cmake -G Xcode .
- open Squeak.xcodeproj
- cmd+Y and load a pharo core 1.1.1
- try to open a browser...

crash!

hope you can find what I'm missing :)
thanks a lot,
Esteban

El 04/03/2011, a las 11:49a.m., Igor Stasenko escribió:

>
> On 4 March 2011 15:16, Esteban Lorenzano <[hidden email]> wrote:
>>
>> bump.
>> Any idea?
>>
>
> can you reproduce it?
> And please , give me all steps you do for reproducing this VM (i know
> this could be standard one, but just for sure ;)
>
> During school we could check it with Eliot.
>
>> Inicio del mensaje reenviado:
>>
>> De: Esteban Lorenzano <[hidden email]>
>> Fecha: 2 de marzo de 2011 18:14:40 GMT-03:00
>> Para: Squeak Virtual Machine Development Discussion <[hidden email]>
>> Asunto: vm crash building cocoa cog with latest cog sources
>>
>> Hi,
>> well... finally I have a cocoa cog build with latest cog sources... but the vm is crashing with this problem:
>> #0  relocateIfCallOrMethodReferencemcpcdelta (annotation=7, mcpc=0x1f41ef0b "\376\377=`h^\037\273", delta=-92792) at /Users/MAC/Desktop/Dev/VM/cog-osx/build/../src/vm/cogit.c:13732
>> #1  0x0000b74f in relocateMethodsPreCompaction [inlined] () at /Users/MAC/Desktop/Dev/VM/cog-osx/src/vm/cogit.c:12288
>> #2  0x0000b74f in compactCogCompiledCode () at /Users/MAC/Desktop/Dev/VM/cog-osx/build/../src/vm/cogit.c:3058
>> I know this problem was reported before, but I thought the bug was fixed... so maybe I'm forgetting something. I'm generating sources with latest CMakeVMMaker, and using this version: VMMaker-oscog-IgorStasenko.Stasenko.49 (which is merged with oscog.47)
>> I'm missing something?
>> Cheers,
>> Esteban
>>
>>
>
>
>
> --
> Best regards,
> Igor Stasenko AKA sig.

Reply | Threaded
Open this post in threaded view
|

Re: Fwd: vm crash building cocoa cog with latest cog sources

David T. Lewis
 
I recall an earlier configuration problem for one of the CMake builds
in which a little/big endian definition was missing ?

Dave

On Fri, Mar 04, 2011 at 03:56:57PM -0300, Esteban Lorenzano wrote:

>
> Hi,
> Steps to reproduce:
>
> - clone [hidden email]:~estebanlm/cogvm/cog-osx.git
> - download VMMaker-oscog.EstebanLorenzano.50, and CMakeVMMaker
> - CocoaIOSCogJitConfig generateWithSources.
> - cmake -G Xcode .
> - open Squeak.xcodeproj
> - cmd+Y and load a pharo core 1.1.1
> - try to open a browser...
>
> crash!
>
> hope you can find what I'm missing :)
> thanks a lot,
> Esteban
>
> El 04/03/2011, a las 11:49a.m., Igor Stasenko escribi?:
>
> >
> > On 4 March 2011 15:16, Esteban Lorenzano <[hidden email]> wrote:
> >>
> >> bump.
> >> Any idea?
> >>
> >
> > can you reproduce it?
> > And please , give me all steps you do for reproducing this VM (i know
> > this could be standard one, but just for sure ;)
> >
> > During school we could check it with Eliot.
> >
> >> Inicio del mensaje reenviado:
> >>
> >> De: Esteban Lorenzano <[hidden email]>
> >> Fecha: 2 de marzo de 2011 18:14:40 GMT-03:00
> >> Para: Squeak Virtual Machine Development Discussion <[hidden email]>
> >> Asunto: vm crash building cocoa cog with latest cog sources
> >>
> >> Hi,
> >> well... finally I have a cocoa cog build with latest cog sources... but the vm is crashing with this problem:
> >> #0  relocateIfCallOrMethodReferencemcpcdelta (annotation=7, mcpc=0x1f41ef0b "\376\377=`h^\037\273", delta=-92792) at /Users/MAC/Desktop/Dev/VM/cog-osx/build/../src/vm/cogit.c:13732
> >> #1  0x0000b74f in relocateMethodsPreCompaction [inlined] () at /Users/MAC/Desktop/Dev/VM/cog-osx/src/vm/cogit.c:12288
> >> #2  0x0000b74f in compactCogCompiledCode () at /Users/MAC/Desktop/Dev/VM/cog-osx/build/../src/vm/cogit.c:3058
> >> I know this problem was reported before, but I thought the bug was fixed... so maybe I'm forgetting something. I'm generating sources with latest CMakeVMMaker, and using this version: VMMaker-oscog-IgorStasenko.Stasenko.49 (which is merged with oscog.47)
> >> I'm missing something?
> >> Cheers,
> >> Esteban
> >>
> >>
> >
> >
> >
> > --
> > Best regards,
> > Igor Stasenko AKA sig.