Displaying 12 results from an estimated 12 matches for "__semwait_signal".
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, l=0x2052790) at
ctlock.cpp:151
#4 0x00020137 in j3::Jnjvm::waitForExit (this=0x20525a8) at Jnjvm.cpp:
1225
#5 0x00001cf6 in main (argc=4, argv=0xbffff07...
2010 Apr 09
3
[LLVMdev] VMKit assertion failure
On 09.04.2010, at 11:28, nicolas geoffray wrote:
> VMKit runs multiple threads (for example for GC, finalization, etc),
> so I need the back trace of other threads as well :)
Here it comes:
Thread 4 (process 14442 thread 0x2003):
#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=0x20526a4, l=0x2052670) at
ctlock.cpp:151
#4 0x00092275 in mvm::VirtualMachine::enqueueStart (th=0x20200000) at
Object.cpp:109
#5 0x000bea10 in mvm::Thread::inter...
2010 Apr 09
0
[LLVMdev] VMKit assertion failure
...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 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, l=0x2052790) at
> ctlock.cpp:151
> #4 0x00020137 in j3::Jnjvm::waitForExit (this=0x20525a8) at Jnjvm.cpp:1225
> #5 0x00001cf6 in ma...
2010 Apr 10
0
[LLVMdev] VMKit assertion failure
...09.04.2010, at 11:28, nicolas geoffray wrote:
>
> VMKit runs multiple threads (for example for GC, finalization, etc), so I
>> need the back trace of other threads as well :)
>>
>
> Here it comes:
>
> Thread 4 (process 14442 thread 0x2003):
>
> #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=0x20526a4, l=0x2052670) at
> ctlock.cpp:151
> #4 0x00092275 in mvm::VirtualMachine::enqueueStart (th=0x20200000) at
> Object.cpp:109
> #5 0...
2010 Aug 17
2
multcomp issues on MAC OSX 10.6.4
...ad 57d43d4
User stack:
14 thread_start + 34 (in libSystem.B.dylib) [0x937036a2]
14 _pthread_start + 345 (in libSystem.B.dylib) [0x9370381d]
14 fmodWatchConsumer + 416 (in CarbonCore) [0x97f41a10]
14 pthread_cond_wait$UNIX2003 + 73 (in libSystem.B.dylib) [0x937059b8]
14 __semwait_signal + 10 (in libSystem.B.dylib) [0x93704066]
Kernel stack:
14 semaphore_wait_continue + 0 [0x22a270]
Thread 6dd7b7c
User stack:
10 start_wqthread + 30 (in libSystem.B.dylib) [0x936fbb86]
10 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x936fb9d2]
Kernel stack:
10 bsdthread_create + 1313...
2016 Jan 21
2
greendragon build noisy due to mmap_stress.cc
...ng_rt.tsan_osx_dynamic.dylib 0x00000001063d5e4d __sanitizer::BlockingMutex::Lock() + 29
3 libclang_rt.tsan_osx_dynamic.dylib 0x00000001063db7bb __sanitizer::ThreadRegistry::CreateThread(unsigned long, bool, unsigned int, void*) + 43
Thread 1:
0 libsystem_kernel.dylib 0x00007fff98f9648a __semwait_signal + 10
1 libclang_rt.tsan_osx_dynamic.dylib 0x0000000106393a0e wrap_nanosleep + 94
2 libclang_rt.tsan_osx_dynamic.dylib 0x00000001063c2bea __tsan::BackgroundThread(void*) + 346
Thread 2:
0 libsystem_kernel.dylib 0x00007fff98f9648a __semwait_signal + 10
1 libclang_rt.tsan_osx_dynamic....
2009 Nov 20
2
R 2.10 memory leak on OS X
...rnalNameTable:withZone:] + 171
12 com.apple.AppKit 0x92ef449d +[NSBundle(NSNibLoading)
loadNibNamed:owner:] + 391
13 org.R-project.R 0x00002538 main + 296
14 org.R-project.R 0x000023d6 start + 54
Thread 1:
0 libSystem.B.dylib 0x9744946e __semwait_signal + 10
1 libSystem.B.dylib 0x97473dcd pthread_cond_wait$UNIX2003 +
73
2 com.apple.JavaScriptCore 0x947e0842
WTF::TCMalloc_PageHeap::scavengerThread() + 578
3 com.apple.JavaScriptCore 0x947e086f
WTF::TCMalloc_PageHeap::runScavengerThread(void*) + 15
4 libSystem.B.dylib...
2016 Jan 22
2
greendragon build noisy due to mmap_stress.cc
...ic.dylib 0x00000001063d5e4d __sanitizer::BlockingMutex::Lock() + 29
> 3 libclang_rt.tsan_osx_dynamic.dylib 0x00000001063db7bb __sanitizer::ThreadRegistry::CreateThread(unsigned long, bool, unsigned int, void*) + 43
>
> Thread 1:
> 0 libsystem_kernel.dylib 0x00007fff98f9648a __semwait_signal + 10
> 1 libclang_rt.tsan_osx_dynamic.dylib 0x0000000106393a0e wrap_nanosleep + 94
> 2 libclang_rt.tsan_osx_dynamic.dylib 0x00000001063c2bea __tsan::BackgroundThread(void*) + 346
>
> Thread 2:
> 0 libsystem_kernel.dylib 0x00007fff98f9648a __semwait_signal + 10
> 1...
2010 Apr 07
0
[LLVMdev] VMKit assertion failure
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?
Thanks!
Nicolas
On Tue, Apr 6, 2010 at 9:23 PM, Konrad Hinsen <konrad.hinsen at fastmail.net>wrote:
> Hi Nicolas,
>
>
> Did you compile vmkit with llvm-gcc or gcc? Did you make sure the path to
>> GNU Classpath is correct in your
2016 Jan 20
2
greendragon build noisy due to mmap_stress.cc
On Wed, Jan 20, 2016 at 1:31 PM, Chris Matthews <chris.matthews at apple.com>
wrote:
> I worded that poorly, the Jenkins check I added will explain to the user
> that we know this fails sometimes.
>
> On Jan 20, 2016, at 1:30 PM, Chris Matthews <chris.matthews at apple.com>
> wrote:
>
> I have added a Jenkins check for this test, which explains why it fails on
2010 Apr 06
2
[LLVMdev] VMKit assertion failure
Hi Nicolas,
> Did you compile vmkit with llvm-gcc or gcc? Did you make sure the
> path to GNU Classpath is correct in your configure command?
I let the configure script of VMKit do its work and it decided to use
gcc, the gcc 4.0.1 that is part of Apple's XCode distribution for
MacOS 10.5. There is no llvm-gcc anywhere on my machine. Should I have
one? I did install llvm without
2009 Oct 13
2
Mac R spinning wheel with Package Manager (PR#14005)
...1635 select$DARWIN_EXTSN$NOCANCEL
1635 Thread_2803
1635 thread_start
1635 _pthread_start
1635 __NSThread__main__
1635 -[NSThread main]
1633 -[NSUIHeartBeat _heartBeatThread:]
1523 usleep$UNIX2003
1523 __semwait_signal
1523 __semwait_signal
86 -[NSSurface flush]
84 CGSFlushSurface
84 CGSFlushSurfaceWithOptions
59 _CGSGetSurfaceBinding
58 mach_msg
58 mach_msg_trap...