Displaying 10 results from an estimated 10 matches for "25520".
Did you mean:
2552
2006 Aug 16
2
[LLVMdev] Weird behavior of llvm-ld
...bug -o test
... I get the following messages:
llvm-ld: warning: Supposed library 'SOME_OTHER_LIB' isn't a library.
./manual.sh: line 14: 25492 Segmentation fault
When I invoke the same from within gdb, I get:
[Thread debugging using libthread_db enabled]
[New Thread -1210504992 (LWP 25520)]
llvm-ld: warning: Supposed library 'SOME_OTHER_LIB' isn't a library.
Program received signal SIGABRT, Aborted.
[Switching to Thread -1210504992 (LWP 25520)]
0xb7dbb027 in raise () from /lib/tls/libc.so.6
... with the following backtrace:
#0 0xb7dbb027 in raise () from /lib/tls/lib...
2006 Aug 16
0
[LLVMdev] Weird behavior of llvm-ld
...code library
that it can link into the program, hence the warning.
> ./manual.sh: line 14: 25492 Segmentation fault
Not sure what that is about.
>
> When I invoke the same from within gdb, I get:
>
> [Thread debugging using libthread_db enabled]
> [New Thread -1210504992 (LWP 25520)]
> llvm-ld: warning: Supposed library 'SOME_OTHER_LIB' isn't a library.
>
> Program received signal SIGABRT, Aborted.
> [Switching to Thread -1210504992 (LWP 25520)]
> 0xb7dbb027 in raise () from /lib/tls/libc.so.6
>
> ... with the following backtrace:
>
>...
2011 Mar 25
1
[LLVMdev] Instrumentation with liblto and gold
...gmin/Concurrency/apache/srclib/apr/libtool --silent
--mode=link llvm-gcc -use-gold-plugin -pthread -O4 -DHAVE_CONFIG_H -DLINUX=2
-D_REENTRANT -D_GNU_SOURCE -I./include -I../include -version-info 9:5:9
-L/home/sangmin/Dropbox/Falcon/bin/ -ldummy -o libapr-0.la -rpath
/home/sangmin/Concurrency/apache-25520-llvm//lib strings/apr_cpystrn.lo
strings/apr_fnmatch.lo strings/apr_snprintf.lo <skip>
collect2: ld terminated with signal 6 [Aborted]
ld:
/home/sangmin/Dropbox/Falcon/src/llvm-2.7/include/llvm/Support/Casting.h:200:
typename llvm::cast_retty<To, From>::ret_type llvm::cast(const Y&)...
2006 Jan 20
1
sqlite3
ok... so I''m trying to get sqlite3 up and running on my app but i keep
hitting a wall when i try to install the gem... I''ve got all the right
bits a pieces installed (i can run sqlite from the console and create
databases and such) but gems keeps telling me that it can access the
ruby header file. but, i can can find this file in spotlight not
problems (and no there is nothing
2010 Mar 09
1
Panic: file istream-raw-mbox.c: line 583 (istream_raw_mbox_get_body_size): assertion failed: (rstream->body_offset != (uoff_t)-1)
...> 0x715e0 -> 0x642c4 -> 0x57bd4 -> 0x7138c ->
0x68478 -> 0x76c4c -> 0x76c80 -> 0x25a5c -> 0x2b028 -> 0x2bf38 -> 0x2bef4
-> 0x2c24c -> 0x2cba0 -> 0xb9660 -> 0xb8f10 -> 0x352e8 -> 0x2473c
Mar 6 21:48:55 dovecot: [ID 583609 mail.error] dovecot: child 25520
(imap) killed with signal 6 (core dumps disabled)
Thanks,
Philipp
2012 Jun 28
4
[xen-unstable test] 13383: regressions - FAIL
...george.dunlap@eu.citrix.com>
date: Wed Jun 27 17:50:10 2012 +0100
xen,pod: Cosmetic code motion
No point in doing the assignment if we''re just going to crash anyway.
Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
changeset: 25520:2d9f3b010901
user: Andres Lagar-Cavilla <andres@lagarcavilla.org>
date: Thu Jun 28 12:45:09 2012 +0100
x86/mm: Clean up unshare path for foreign mappings
In its current shape, if Xen unshares a foreign gfn successfully while building
a foreign writable map,...
2011 Mar 24
0
[LLVMdev] Instrumentation with liblto and gold
On 3/24/11 6:23 PM, Sangmin Park wrote:
> Hi,
>
> I need advice in instrumenting programs using liblto and gold plugin.
> Specifically, I added my pass in tools/lto/LTOCodeGenerator.cpp.
> My pass inserts functions (myLoad and myStore) for some load and store
> instructions.
> The functions exist in a library file.
>
> I found that the approach works for the example in
2011 Mar 24
2
[LLVMdev] Instrumentation with liblto and gold
Hi,
I need advice in instrumenting programs using liblto and gold plugin.
Specifically, I added my pass in tools/lto/LTOCodeGenerator.cpp.
My pass inserts functions (myLoad and myStore) for some load and store
instructions.
The functions exist in a library file.
I found that the approach works for the example in the link:
http://llvm.org/docs/GoldPlugin.html
$ llvm-gcc -flto a.c -c -o a.o
$ ar q
2011 Apr 15
0
Wine release 1.3.18
...p100.dll
24359 dbghelp has lots of 'elf_new_wine_thunks Duplicate' (gcc 4.6)
24870 thief gold multiprocessor bug not affected by taskset or schedtool.
25321 Osu! doesn't run in OpenGL mode
25407 Office 2007 SP2 installer reports success but fails to install some components
25520 Unreal Gold (gog.com version) crashes
25653 ratGPU standalone renderer hits unimplemented function MSVCR90.dll.__CxxFrameHandler3 on x86_64
25825 kernel32:debugger tests fail under clang
25920 winedbg does not work under clang
25975 Edge of Chaos window display does not update
26013...
2012 Mar 16
27
xenconsole: Could not read tty from store: No such file or directory
Hello Community,
I encountered an error while running "xm console domU". Here is the running
script:
# xm console domU
xenconsole: Could not read tty from store: No such file or directory
I googled and found out that this issue is mostly result from forgetting
starting xenconsole service.
However, after I started xenconsole, the issue is still there. Please see:
#