search for: 990017

Displaying 2 results from an estimated 2 matches for "990017".

2007 Jan 05
1
Crash in rc15
...in _client_input (context=0xb7dd0) at client.c:381 cmd = (struct client_command_context *) 0xb7e14 ret = 124928 #11 0x0007e3bc in io_loop_handler_run (ioloop=0xb56c8) at ioloop-poll.c:199 ctx = (struct ioloop_handler_context *) 0xb5700 pollfd = (struct pollfd *) 0x2 tv = {tv_sec = 9, tv_usec = 990017} io = (struct io *) 0xb6658 t_id = 2 msecs = 9990 ret = 0 call = true #12 0x0007dc9c in io_loop_run (ioloop=0xb56c8) at ioloop.c:281 No locals. #13 0x0002ab24 in main (argc=-4195379, argv=0xab800, envp=0xac400) at main.c:280 No locals. (gdb) quit -- Steven F. Siirila Office: Lind Hall,...
2004 Jun 22
0
[LLVMdev] Qestion about running LLVM
On Tue, 22 Jun 2004, Hsien-Chieh Cheng wrote: > Hi, Chris, Note, i'm responding to the list in case others are wondering this. > I noticed that LLVM has only frontends to compile C/C++ source programs > to LLVM intermediate representation (IR). Is there any frontend tool that > can translate binary files (ex. x86 executibles) to LLVM IR? Or is it > unlikely from engineering