Displaying 20 results from an estimated 27 matches for "unix2003".
2010 Apr 09
3
[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 :)
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::internalThreadStart (th=0x20200000) at
ctthread.cpp:275
#6 0x950e8155 in _pthread_start ()...
2010 Apr 09
2
[LLVMdev] VMKit assertion failure
...colas 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=0xbffff070, envp=0xbffff084) at
Main.cpp:47
I'll try installing VMKit in a virtual Linux f...
2010 Apr 09
0
[LLVMdev] VMKit assertion failure
...tting 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=0xbffff070, envp=0xbffff084) at
> Main.cpp:47
>
> I'll try installin...
2010 Apr 10
0
[LLVMdev] VMKit assertion failure
...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::internalThreadStart (th=0x20200000) at
> ctthread.cpp:275
> #6 0x...
2010 Aug 17
2
multcomp issues on MAC OSX 10.6.4
...ibSystem.B.dylib) [0x936fc519]
14 kevent + 10 (in libSystem.B.dylib) [0x936fc942]
Kernel stack:
14 kevent + 97 [0x4701de]
Thread 57ca7a8
User stack:
14 thread_start + 34 (in libSystem.B.dylib) [0x937036a2]
14 _pthread_start + 345 (in libSystem.B.dylib) [0x9370381d]
14 read$UNIX2003 + 10 (in libSystem.B.dylib) [0x936e141e]
Kernel stack:
14 lo_unix_scall + 280 [0x29eef8]
14 unix_syscall + 579 [0x4ed78d]
14 read_nocancel + 158 [0x495760]
14 write + 312 [0x494fe4]
14 get_pathbuff + 3054 [0x3039e7]
14 tsleep + 105 [0x486de7]...
2010 Aug 29
1
Re: Trouble with libgsm on Mac OS X 10.6.2
...ASH=/bin/bash
BASH_ARGC=()
BASH_ARGV=()
BASH_LINENO=()
BASH_SOURCE=()
BASH_VERSINFO=([0]="3" [1]="2" [2]="17" [3]="1" [4]="release" [5]="i386-apple-darwin9.0")
BASH_VERSION='3.2.17(1)-release'
CLICOLOR=true
COLUMNS=270
COMMAND_MODE=unix2003
DIRSTACK=()
DISPLAY=/tmp/launch-Byz8pE/org.x:0
DYLD_FALLBACK_LIBRARY_PATH=/Users/panosl/wine/wine-1.3.1/lib:/usr/X11/lib:/usr/lib
EUID=501
GROUPS=()
HISTFILE=/Users/panosl/.bash_history
HISTFILESIZE=500
HISTSIZE=500
HOME=/Users/panosl
HOSTNAME=Cormanthor.local
HOSTTYPE=i386
IFS=$' \t\n'
LAN...
2015 Sep 22
2
[compiler-rt] Add iOS simulator link flag
On Tue, Sep 22, 2015 at 01:04:27PM -0700, Chris Bieneman via llvm-dev wrote:
> This does not sound right. -isysroot specified during linking should be passing through the sys root to the linker.
No? It should just be dropped.
Joerg
2015 Sep 22
2
[compiler-rt] Add iOS simulator link flag
...y being specified in the failing commands you’ve shown.
-Chris
> On Sep 22, 2015, at 1:43 PM, Alex Wang via llvm-commits <llvm-commits at lists.llvm.org> wrote:
>
> Summary is linker fails with unknown symbol in iossim asan/ubsan (was _wordexp
> in the past, now is _sigaltstack$UNIX2003"i), or ranlib getting bad input while
> working on native tablegen (archive extends past end of file, no such file are
> the ones I remember)
>
> Full commands + partial logs here:
> https://gist.github.com/aw1621107/86fec1e1fa9cc66bbf4d <https://gist.github.com/aw162110...
2015 Sep 22
2
[compiler-rt] Add iOS simulator link flag
...On Sep 22, 2015, at 1:43 PM, Alex Wang via llvm-commits <llvm-commits at lists.llvm.org <mailto:llvm-commits at lists.llvm.org>> wrote:
>>>
>>> Summary is linker fails with unknown symbol in iossim asan/ubsan (was _wordexp
>>> in the past, now is _sigaltstack$UNIX2003"i), or ranlib getting bad input while
>>> working on native tablegen (archive extends past end of file, no such file are
>>> the ones I remember)
>>>
>>> Full commands + partial logs here:
>>> https://gist.github.com/aw1621107/86fec1e1fa9cc66bb...
2009 Feb 24
3
[LLVMdev] [llvm-commits] [llvm] r65296 - in /llvm/trunk: include/llvm/CodeGen/ lib/CodeGen/SelectionDAG/ lib/Target/CellSPU/ lib/Target/PowerPC/ lib/Target/X86/ test/CodeGen/X86/
I believe this patch has broken a PPC app that I am tracking. Here is
a reduced test case. Reproduce with llc -mattr=+Altivec -mcpu=g5. The
backtrace looks like this:
#0 0x9333ae42 in __kill ()
#1 0x9333ae34 in kill$UNIX2003 ()
#2 0x933ad23a in raise ()
#3 0x933b9679 in abort ()
#4 0x933ae3db in __assert_rtn ()
#5 0x0008bd8f in llvm::MVT::getVectorElementType (this=0xbfffdda4) at
ValueTypes.h:317
#6 0x002aed06 in BuildSplatI (Val=0, SplatSize=8, VT={{V = 24,
SimpleTy = llvm::MVT::v4i32, LLVMTy = 0x18}}, DAG=@0...
2015 Sep 22
2
[compiler-rt] Add iOS simulator link flag
...PM, Alex Wang via llvm-commits <llvm-commits at lists.llvm.org <mailto:llvm-commits at lists.llvm.org>> wrote:
>>>>>
>>>>> Summary is linker fails with unknown symbol in iossim asan/ubsan (was _wordexp
>>>>> in the past, now is _sigaltstack$UNIX2003"i), or ranlib getting bad input while
>>>>> working on native tablegen (archive extends past end of file, no such file are
>>>>> the ones I remember)
>>>>>
>>>>> Full commands + partial logs here:
>>>>> https://gis...
2007 Sep 05
1
[LLVMdev] Exception Problems
...ve] Error 1
make[5]: *** [all] Error 2
make[4]: *** [multi-do] Error 1
make[3]: *** [all-multi] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-target-libstdc++-v3] Error 2
Here's the backtrace:
(gdb) bt
#0 0x963d995a in __kill ()
#1 0x963d994d in kill$UNIX2003 ()
#2 0x9644f006 in raise ()
#3 0x9645c8ff in abort ()
#4 0x964501a7 in __assert_rtn ()
#5 0x007c2891 in getPhysicalRegisterRegClass (MRI=0x42010504, VT=4,
reg=79) at /Volumes/Gir/devel/llvm/llvm.src/lib/CodeGen/SelectionDAG/
ScheduleDAG.cpp:269
#6 0x007c5218 in llvm::ScheduleDAG::EmitCopyF...
2009 Feb 25
3
[LLVMdev] [llvm-commits] [llvm] r65296 - in /llvm/trunk: include/llvm/CodeGen/ lib/CodeGen/SelectionDAG/ lib/Target/CellSPU/ lib/Target/PowerPC/ lib/Target/X86/ test/CodeGen/X86/
...g <evan.cheng at apple.com>
> wrote:
> I believe this patch has broken a PPC app that I am tracking. Here
> is a reduced test case. Reproduce with llc -mattr=+Altivec -mcpu=g5.
> The backtrace looks like this:
>
> #0 0x9333ae42 in __kill ()
> #1 0x9333ae34 in kill$UNIX2003 ()
> #2 0x933ad23a in raise ()
> #3 0x933b9679 in abort ()
> #4 0x933ae3db in __assert_rtn ()
> #5 0x0008bd8f in llvm::MVT::getVectorElementType (this=0xbfffdda4)
> at ValueTypes.h:317
> #6 0x002aed06 in BuildSplatI (Val=0, SplatSize=8, VT={{V = 24,
> SimpleTy = llvm::...
2009 Nov 20
2
R 2.10 memory leak on OS X
...e(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 0x97473155 _pthread_start + 321
5 libSystem.B.dylib...
2009 Feb 25
0
[LLVMdev] [llvm-commits] [llvm] r65296 - in /llvm/trunk: include/llvm/CodeGen/ lib/CodeGen/SelectionDAG/ lib/Target/CellSPU/ lib/Target/PowerPC/ lib/Target/X86/ test/CodeGen/X86/
...n.cheng at apple.com> wrote:
>
>> I believe this patch has broken a PPC app that I am tracking. Here is a
>> reduced test case. Reproduce with llc -mattr=+Altivec -mcpu=g5. The
>> backtrace looks like this:
>> #0 0x9333ae42 in __kill ()
>> #1 0x9333ae34 in kill$UNIX2003 ()
>> #2 0x933ad23a in raise ()
>> #3 0x933b9679 in abort ()
>> #4 0x933ae3db in __assert_rtn ()
>> #5 0x0008bd8f in llvm::MVT::getVectorElementType (this=0xbfffdda4) at
>> ValueTypes.h:317
>> #6 0x002aed06 in BuildSplatI (Val=0, SplatSize=8, VT={{V = 24, Si...
2009 Feb 25
0
[LLVMdev] [llvm-commits] [llvm] r65296 - in /llvm/trunk: include/llvm/CodeGen/ lib/CodeGen/SelectionDAG/ lib/Target/CellSPU/ lib/Target/PowerPC/ lib/Target/X86/ test/CodeGen/X86/
...9 AM, Evan Cheng <evan.cheng at apple.com> wrote:
> I believe this patch has broken a PPC app that I am tracking. Here is a
> reduced test case. Reproduce with llc -mattr=+Altivec -mcpu=g5. The
> backtrace looks like this:
> #0 0x9333ae42 in __kill ()
> #1 0x9333ae34 in kill$UNIX2003 ()
> #2 0x933ad23a in raise ()
> #3 0x933b9679 in abort ()
> #4 0x933ae3db in __assert_rtn ()
> #5 0x0008bd8f in llvm::MVT::getVectorElementType (this=0xbfffdda4) at
> ValueTypes.h:317
> #6 0x002aed06 in BuildSplatI (Val=0, SplatSize=8, VT={{V = 24, SimpleTy =
> llvm::MVT:...
2015 Sep 22
2
[compiler-rt] Add iOS simulator link flag
...commits <llvm-commits at lists.llvm.org <mailto:llvm-commits at lists.llvm.org>> wrote:
>>>>>>>
>>>>>>> Summary is linker fails with unknown symbol in iossim asan/ubsan (was _wordexp
>>>>>>> in the past, now is _sigaltstack$UNIX2003"i), or ranlib getting bad input while
>>>>>>> working on native tablegen (archive extends past end of file, no such file are
>>>>>>> the ones I remember)
>>>>>>>
>>>>>>> Full commands + partial logs here:
>...
2009 Oct 22
0
[LLVMdev] Throwing exceptions to code that calls the ExecutionEngine.
...to abort running JIT code, even over
nested functions (apart from generating stubs function with try/catch
constructs to call the user-defined function.
Thanks in advance for your response,
Maarten Hoeben
PS: The stack backtrace is as follows;
#0 0x94586e42 in __kill ()
#1 0x94586e34 in kill$UNIX2003 ()
#2 0x945f923a in raise ()
#3 0x94605679 in abort ()
#4 0x91754005 in __gnu_cxx::__verbose_terminate_handler ()
#5 0x9175210c in __gxx_personality_v0 ()
#6 0x9175214b in std::terminate ()
#7 0x91752261 in __cxa_throw ()
#8 0x02080045 in ?? ()
#9 0x000056ef in main (argc=1, argv=0xbffff82c...
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
2009 Mar 02
1
[LLVMdev] [llvm-commits] [llvm] r65296 - in /llvm/trunk: include/llvm/CodeGen/ lib/CodeGen/SelectionDAG/ lib/Target/CellSPU/ lib/Target/PowerPC/ lib/Target/X86/ test/CodeGen/X86/
...m>
>> wrote:
>> I believe this patch has broken a PPC app that I am tracking. Here
>> is a reduced test case. Reproduce with llc -mattr=+Altivec -
>> mcpu=g5. The backtrace looks like this:
>>
>> #0 0x9333ae42 in __kill ()
>> #1 0x9333ae34 in kill$UNIX2003 ()
>> #2 0x933ad23a in raise ()
>> #3 0x933b9679 in abort ()
>> #4 0x933ae3db in __assert_rtn ()
>> #5 0x0008bd8f in llvm::MVT::getVectorElementType (this=0xbfffdda4)
>> at ValueTypes.h:317
>> #6 0x002aed06 in BuildSplatI (Val=0, SplatSize=8, VT={{V = 24,...