Displaying 9 results from an estimated 9 matches for "ctthread".
2011 Jan 11
2
[LLVMdev] VMKit link
...eference to `__sync_val_compare_and_swap_4'
/root/llvm/vmkit/Debug+Asserts/lib/libCommonThread.a(ObjectLocks.o):/root/llvm/vmkit/lib/Mvm/CommonThread/ObjectLocks.cpp:120:
more undefined references to `__sync_val_compare_and_swap_4' follow
/root/llvm/vmkit/Debug+Asserts/lib/libCommonThread.a(ctthread.o): In
function `mvm::Thread::leaveUncooperativeCode()':
/root/llvm/vmkit/lib/Mvm/CommonThread/ctthread.cpp:273: undefined
reference to `__sync_bool_compare_and_swap_4'
/root/llvm/vmkit/Debug+Asserts/lib/libCommonThread.a(ctthread.o): In
function `mvm::Thread::enterUncooperativeCode(void*)&...
2010 Apr 09
3
[LLVMdev] VMKit assertion failure
...wait ()
#2 0x950e8dcd in pthread_cond_wait$UNIX2003 ()
#3 0x000be2d2 in mvm::Cond::wait (this=0x20526a4, l=0x2052670) at
ctlock.cpp:151
#4 0x00092275 in mvm::VirtualMachine::enqueueStart (th=0x20200000) at
Object.cpp:109
#5 0x000bea10 in mvm::Thread::internalThreadStart (th=0x20200000) at
ctthread.cpp:275
#6 0x950e8155 in _pthread_start ()
#7 0x950e8012 in thread_start ()
Thread 3 (process 14442 thread 0x1703):
#0 0x950be44e in __semwait_signal ()
#1 0x950e93e6 in _pthread_cond_wait ()
#2 0x950e8dcd in pthread_cond_wait$UNIX2003 ()
#3 0x000be2d2 in mvm::Cond::wait (this=0x2052614, l=0...
2010 Apr 09
0
[LLVMdev] VMKit assertion failure
VMKit runs multiple threads (for example for GC, finalization, etc), so I
need the back trace of other threads as well :)
Thanks!
Nicolas
On Fri, Apr 9, 2010 at 9:28 AM, Konrad Hinsen <konrad.hinsen at fastmail.net>wrote:
> On 7 Apr 2010, at 21:36, nicolas geoffray wrote:
>
> Hmm, I am not getting that error message on my MacOS 10.5 machine with
>> that same gcc. Could you
2010 Apr 09
2
[LLVMdev] VMKit assertion failure
On 7 Apr 2010, at 21:36, nicolas geoffray wrote:
> Hmm, I am not getting that error message on my MacOS 10.5 machine
> with that same gcc. Could you run j3 in gdb and get me a backtrace?
Sure:
(gdb) bt
#0 0x950be44e in __semwait_signal ()
#1 0x950e93e6 in _pthread_cond_wait ()
#2 0x950e8dcd in pthread_cond_wait$UNIX2003 ()
#3 0x000be2d2 in mvm::Cond::wait (this=0x20527c4,
2010 Apr 10
0
[LLVMdev] VMKit assertion failure
...n pthread_cond_wait$UNIX2003 ()
> #3 0x000be2d2 in mvm::Cond::wait (this=0x20526a4, l=0x2052670) at
> ctlock.cpp:151
> #4 0x00092275 in mvm::VirtualMachine::enqueueStart (th=0x20200000) at
> Object.cpp:109
> #5 0x000bea10 in mvm::Thread::internalThreadStart (th=0x20200000) at
> ctthread.cpp:275
> #6 0x950e8155 in _pthread_start ()
> #7 0x950e8012 in thread_start ()
>
> Thread 3 (process 14442 thread 0x1703):
>
> #0 0x950be44e in __semwait_signal ()
> #1 0x950e93e6 in _pthread_cond_wait ()
> #2 0x950e8dcd in pthread_cond_wait$UNIX2003 ()
> #3 0x000b...
2013 Jun 26
1
[LLVMdev] VmKit build failure
Hello,
I'm trying to build vmkit as described on
http://vmkit.llvm.org/get_started.html and
constantly getting the following error:
db at hot:~/develop/vmkit$ make
[vmkit .]: Entering compilation process
[vmkit ./mmtk/java]: Compiling 'mmtk-vmkit.jar'
vmjc: ctthread.cpp:141: void vmkit::StackWalker::operator++(): Assertion
`(addr < System::GetCallerOfAddress(addr)) && "Corrupted stack"' failed.
0 vmjc 0x00000000010caf72
llvm::sys::PrintStackTrace(_IO_FILE*) + 34
1 vmjc 0x00000000010ca399
2 libpthread.so.0 0x0...
2012 Dec 01
0
[LLVMdev] Problem executing Swing application with j3
Hi all,
I have a question about vmkit and especially j3 VM.
I compiled and installed it without any problems.
But I have this error as soon as I try to launch a Swing application (Swing
HelloWorld) :
j3: ctthread.cpp :71 : void vmkit::Thread::endKnownFrame(): Assertion
failed. « lastKnownFrame->currentIP == 0 »
What I'm doing wrong ?
Thanks in advance,
Baptiste.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/...
2012 Dec 22
0
[LLVMdev] Problem executing Swing application with j3
...>>>
>>> I have a question about vmkit and especially j3 VM.
>>> I compiled and installed it without any problems.
>>>
>>> But I have this error as soon as I try to launch a Swing application
>>> (Swing HelloWorld) :
>>>
>>> j3: ctthread.cpp :71 : void vmkit::Thread::endKnownFrame(): Assertion
>>> failed. « lastKnownFrame->currentIP == 0 »
>>>
>>> What I'm doing wrong ?
>>> Thanks in advance,
>>>
>>> Baptiste.
>>>
>>> ___________________________________...
2013 Jun 26
0
[LLVMdev] VmKit build failure
Hello,
I'm trying to build vmkit as described on
http://vmkit.llvm.org/get_started.html and
constantly getting the following error:
db at hot:~/develop/vmkit$ make
[vmkit .]: Entering compilation process
[vmkit ./mmtk/java]: Compiling 'mmtk-vmkit.jar'
vmjc: ctthread.cpp:141: void vmkit::StackWalker::operator++(): Assertion
`(addr < System::GetCallerOfAddress(addr)) && "Corrupted stack"' failed.
0 vmjc 0x00000000010caf72
llvm::sys::PrintStackTrace(_IO_FILE*) + 34
1 vmjc 0x00000000010ca399
2 libpthread.so.0 0x0...