search for: printstacktrac

Displaying 20 results from an estimated 371 matches for "printstacktrac".

Did you mean: printstacktrace
2013 Mar 05
0
[LLVMdev] Issue with PrintStackTrace (probably a bug?)
...arn some more about the llvm text intermediate language. However, I'm having some issues while using lli to execute the modified ll, and, although sometimes the program just freezes, the following message is being printed most of the times: 0 libLLVM-3.3svn.dylib 0x000000010fdd813e llvm::sys::PrintStackTrace(__sFILE*) + 46 1 libLLVM-3.3svn.dylib 0x000000010fdd844b PrintStackTraceSignalHandler(void*) + 27 2 libLLVM-3.3svn.dylib 0x000000010fdd8759 SignalHandler(int) + 297 3 libsystem_c.dylib 0x00007fff89f5d8ea _sigtramp + 26 4 libsystem_c.dylib 0x00007fd8c9c073d8 _sigtramp + 1070242568 Segment...
2005 Jul 05
2
Java and R help
...tructions: Runtime r = Runtime.getRuntime(); try { System.out.println ("Llamada a R..."); p = r.exec(sRutaR); } catch (IOException e) { System.out.println ("Error lanzando R: " + e.getMessage()); e.printStackTrace(); } catch (Exception ex) { System.out.println ("Error lanzando R!!!! " + ex.toString()); ex.printStackTrace(); } } and after that i wait for a file that R must to make called terminado.dat. But when i launch the process the file...
2005 Aug 22
1
Fetching Warning Messages
...ln(c.eval("z").asDouble()); System.out.println(c.eval("lastWarning").asString()); c.close(); System.out.println("DONE"); } catch(RSrvException e) { System.out.println("Error : " + e.getMessage()); e.printStackTrace(); } } } ---------------------------End Of RWarning.java----------------------- Output of above program is (as expected) : 2.0 simpleWarning in sqrt(-9): NaNs produced simpleWarning: data length [9] is not a sub-multiple or multiple of the number of columns [4] in matrix DONE N...
2006 Nov 09
3
[LLVMdev] Is this bug in LLVM?
...y code, I typed "llc -march=arm hello.bc -o hello.arm" But, I met this error. llc: ARMISelDAGToDAG.cpp:73: llvm::SDOperand LowerCALL(llvm::SDOperand, llvm::SelectionDAG&): Assertion `isVarArg == false && "VarArg not supported"' failed. llc((anonymous namespace)::PrintStackTrace()+0x15)[0x850437d] llc((anonymous namespace)::SignalHandler(int)+0x139)[0x8504645] Aborted I can't understand. Would you mind replying to me w.r.t this? Thank you. Best regards, Seung Jae Lee ------------------------------------------------ Phone: +1-217-377-1932 Webpage: http://struct.nazo...
2009 Aug 17
2
[LLVMdev] can't get it compiled
Is this the right mailing list ? I want to compile llvm-2.5 under Fedora 11 with gcc (GCC) 4.4.0 20090506 (Red Hat 4.4.0-4) and get In file included from Signals.cpp:31: Unix/Signals.inc: In function ‘void<unnamed>::PrintStackTrace()’: Unix/Signals.inc:81: error: invalid conversion from ‘const char*’ to ‘char*’ Unix/Signals.inc:96: error: invalid conversion from ‘const char*’ to ‘char*’ make[1]: *** [/home/dietmar/Download/llvm-2.5/lib/System/Release/Signals.o] Error 1 any hints ? regards Dietmar
2013 Jan 05
2
[LLVMdev] fail to compile my code on 3.2
hi, my old code compiles well on 3.1, but fails on 3.2. the compile error is like below. ... g++ -o vc main.o `llvm-config --libs all --ldflags` /usr/lib/libLLVMSupport.a(Signals.o): In function `PrintStackTrace(void*)': Signals.cpp:(.text+0x6c8): undefined reference to `dladdr' Signals.cpp:(.text+0x749): undefined reference to `dladdr' collect2: error: ld returned 1 exit status make: *** [vc] Error 1 this is on Ubuntu 12.4, 64-bit. any idea on how to fix this? thanks. Jun -------------- ne...
2009 Jun 12
0
JRclient.RSrvException Exception: Handshake
...Rconnection c = getLocalRconnection(); if (c != null) { try { double[] d = c.eval("rnorm(10)").asDoubleArray(); for (double n : d) System.out.println(n); } catch (RSrvException e) { e.printStackTrace(); } } } private static Rconnection getLocalRconnection() { try { return new Rconnection(); } catch (RSrvException e) { //If we get this kind of error, it may be because Rserve is not running if (e.getMessage().equals...
2006 May 03
2
[LLVMdev] Conflicting passes?
...*) [with Trait = llvm::MTraits]: Assertion `getAnalysisOrNullUp(P) && dynamic_cast<ImmutablePass*>(getAnalysisOrNullUp(P)) && "Pass available but not found! " "Perhaps this is a module pass requiring a function pass?"' failed. opt((anonymous namespace)::PrintStackTrace()+0x18)[0x8706558] opt((anonymous namespace)::SignalHandler(int)+0xfe)[0x87067e0] and so on... Thx. Domagoj -- ___________________________________________________ Play 100s of games for FREE! http://games.mail.com/
2004 Oct 26
2
[LLVMdev] Getting started with GC
...ble::GlobalVariable(const llvm::Type*, bool, llvm::GlobalValue::LinkageTypes, llvm::Constant*, const std::string&, llvm::Module*): Assertion `Initializer->getType() == Ty && "Initializer should be the same type as the GlobalVariable!"' failed. lli((anonymous namespace)::PrintStackTrace()+0x1a)[0x857f21a] lli((anonymous namespace)::SignalHandler(int)+0xcb)[0x857f48d] [0xffffe420] lli((anonymous namespace)::LowerGC::doInitialization(llvm::Module&)+0x56d)[0x83ed459] lli(llvm::PassManagerTraits<llvm::Function>::doInitialization(llvm::Module&)+0x56)[0x84de43a] lli(llvm:...
2004 Oct 27
0
[LLVMdev] Getting started with GC
...GlobalVariable(const llvm::Type*, bool, llvm::GlobalValue::LinkageTypes, llvm::Constant*, const std::string&, llvm::Module*): Assertion `Initializer->getType() == Ty && "Initializer should be the same type as the GlobalVariable!"' failed. > lli((anonymous namespace)::PrintStackTrace()+0x1a)[0x857f21a] > lli((anonymous namespace)::SignalHandler(int)+0xcb)[0x857f48d] > [0xffffe420] > How should we get this to run? Sorry about that, patch for this problem here: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041025/019891.html > Also the code in runtim...
2014 Mar 07
2
[LLVMdev] Running VMKit's AOT Java Compiler
...;t understand. Everything was compiler as suggested in the Getting Started tutorial, using GNU Classpath. I try to run: llcj ../../tools/trainer/Release+Asserts/HelloWorld.class and get the following output: Can not materiale a function in AOT mode.0 vmjc 0x0000000000f2cea5 llvm::sys::PrintStackTrace(_IO_FILE*) + 37 1 vmjc 0x0000000000f2d363 2 libpthread.so.0 0x00007f4fbbe83880 3 libc.so.6 0x00007f4fbb0e2389 gsignal + 57 4 libc.so.6 0x00007f4fbb0e3788 abort + 328 5 vmjc 0x000000000052f6f9 6 vmjc 0x00000000005739cc 7...
2004 Oct 27
2
[LLVMdev] Getting started with GC
...lVariable(const llvm::Type*, bool, llvm::GlobalValue::LinkageTypes, llvm::Constant*, const std::string&, llvm::Module*): Assertion `Initializer->getType() == Ty && "Initializer should be the same type as the GlobalVariable!"' failed. > > lli((anonymous namespace)::PrintStackTrace()+0x1a)[0x857f21a] > > lli((anonymous namespace)::SignalHandler(int)+0xcb)[0x857f48d] > > [0xffffe420] > > How should we get this to run? > > Sorry about that, patch for this problem here: > http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041025/019891.html...
2014 Aug 12
2
[LLVMdev] All the passes (even the LLVMHello.so) fail at doFinalization()
..../../../Debug+Asserts/lib/LLVMHello.so -hello -time-passes < bcfiles/hello.bc ... (PRINT ALL THE FUNCTIONS, EVERYTHING IS FINE.) ... wrong initalizer for intrinsic global variable [0 x i8*] zeroinitializer Broken module found, compilation aborted! 0 opt 0x00000000019ac447 llvm::sys::PrintStackTrace(_IO_FILE*) + 38 1 opt 0x00000000019ac6ce 2 opt 0x00000000019ac112 3 libpthread.so.0 0x00007feee0c77cb0 4 libc.so.6 0x00007feedfca2425 gsignal + 53 5 libc.so.6 0x00007feedfca5b8b abort + 379 6 opt 0x0000000001953173 7 opt 0x00000000...
2008 Oct 30
3
[LLVMdev] Problem executing code with lli...
...or two variables. If I compile the code with normal gcc the program runs without any warning of any sorts. If I compile the program to convert it into a bytecode file and then run it through lli it segfaults and the program aborts. This is the stack trace after execution. lli((anonymous namespace)::PrintStackTrace()+0x1f)[0x67cc7f] lli((anonymous namespace)::SignalHandler(int)+0x172)[0x67cf72] /lib64/tls/libc.so.6[0x2a95e4b300] lli(llvm::ExecutionEngine::LoadValueFromMemory(llvm::GenericValue*, llvm::Type const*)+0x182)[0x4be4f2] lli(llvm::InstVisitor<llvm::Interpreter, void>::visit(llvm::Instruction&...
2014 Mar 26
7
[LLVMdev] Lots of regtest failures on PPC64/Linux
Hi, Recent trunk has a lot of failures on PPC64/Linux. One seems to be crash with a backtrace like: [ 3149s] -- [ 3149s] 0 libLLVMSupport.so 0x00003fff7ed0b864 llvm::sys::PrintStackTrace(_IO_FILE*) + 4294746876 [ 3149s] 1 libLLVMSupport.so 0x00003fff7ed0bb1c [ 3149s] 2 libLLVMSupport.so 0x00003fff7ed0c520 [ 3149s] 3 linux-vdso64.so.1 0x00003fff7f7b0478 __kernel_sigtramp_rt64 + 0 [ 3149s] 4 libLLVMSupport.so 0x00003fff7ecfb448 llvm::sys::AtomicIncrement(unsigned int volatile*)...
2009 Dec 23
5
[LLVMdev] Build Failure!
...ize.i64 Intrinsic parameter #1 is wrong! i64 (i8*, i32)* @llvm.objectsize.i64 Intrinsic parameter #1 is wrong! i64 (i8*, i32)* @llvm.objectsize.i64 Intrinsic parameter #1 is wrong! i64 (i8*, i32)* @llvm.objectsize.i64 Broken module found, compilation aborted! 0 opt 0x000000010ac32369 PrintStackTrace(void*) + 57 1 opt 0x000000010ac329a5 SignalHandler(int) + 469 2 libSystem.B.dylib 0x00007fff814c7d5a _sigtramp + 26 3 libSystem.B.dylib 0x0000000100000001 _sigtramp + 2125693633 4 libSystem.B.dylib 0x00007fff81541119 raise + 25 5 libSystem.B.dylib 0x00007fff81561ddd abort + 90 6...
2015 Nov 24
2
How to create a sprintf call in IR
...ot;"); Value* data = builder.CreateLoad(a); //load a, b, or c Value* buf = builder.CreateLoad(buffer); builder.CreateCall3((value*)sprintf, buf, str, data); I want to test the sprintf function before adding the offset, but it didn't work. The error information is "llvm.sys:PrintStackTrace(_IO_FILE)". Any help will be appreciated. Best, Zhi -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151124/1c2ea425/attachment.html>
2019 Aug 25
5
Illegal instruction (core dumped) LLVM 8.0
...Program arguments:opt -load /build/lib/LLVMStatic-Info.so -one output-simple.bc 1. Running pass 'Function Pass Manager' on module 'output-simple.bc'. 2. Running pass 'Numbers of Opcodes inside the program' on function '@_Z5UsageiPPc' #0 0x0000000002636939 llvm::sys::PrintStackTrace(llvm::raw_ostream&) /llvm-8.0.0.src/lib/Support/Unix/Signals.inc:495:11 #1 0x0000000002636ae9 PrintStackTraceSignalHandler(void*) /llvm-8.0.0.src/lib/Support/Unix/Signals.inc:559:1 #2 0x0000000002634bd6 llvm::sys::RunSignalHandlers() /llvm-8.0.0.src/lib/Support/Signals.cpp:68:5 #3 0x0000000...
2014 Jan 09
2
[LLVMdev] InstVisitor usage problem
...static RegisterPass<InstVisit> X("visitInst","visit inst test"); } then I use opt -load /home/king/llvm/Release+Asserts/lib/instVisit.so -visitInst<load.bc> /dev/null to run the pass. but it appears such errors: 0 opt 0x00000000012700d2 llvm::sys::PrintStackTrace(_IO_FILE*) + 34 1 opt 0x000000000126fd29 2 libpthread.so.0 0x00007f9ba0336bd0 3 instVisit.so 0x00007f9b9f33a200 4 opt 0x00000000012081ef llvm::MPPassManager::runOnModule(llvm::Module&) + 655 5 opt 0x0000000001209f7f llvm::PassManagerImpl::run(llvm::M...
2015 Jul 28
2
[LLVMdev] Wrong encoding/decoding for POPC instruction of Sparc
...,0x70,0x00,0x01"|./Release+Asserts/bin/llvm-mc -disassemble -triple=sparcv9 .text popc Assertion failed: (idx < size()), function operator[], file /Users/jun/projects/llvm/sparc-2.git/include/llvm/ADT/SmallVector.h, line 143. 0 llvm-mc 0x00000001096a5099 llvm::sys::PrintStackTrace(llvm::raw_ostream&) + 57 1 llvm-mc 0x00000001096a45c6 llvm::sys::RunSignalHandlers() + 102 2 llvm-mc 0x00000001096a5b95 SignalHandler(int) + 693 3 libsystem_platform.dylib 0x00007fff86d78f1a _sigtramp + 26 4 libsystem_platform.dylib 0x0000000000000002 _sig...