Displaying 7 results from an estimated 7 matches for "__lib".
Did you mean:
_lib
2008 Mar 05
1
antispam plugin / mailtrain backend: t_pop() leak & killed with signal 6
...ownloaded HEAD snapshot today.
Leaked a t_pop() call in I/O handler 0x805b350
Raw backtrace: imap [0x80ad741] -> imap [0x80ad65c] ->
imap(io_loop_handler _run+0x1ce) [0x80b35ce] -> imap(io_loop_run+0x28)
[0x80b29a8] -> imap(main+0x5a0) [0x8063590] ->
/lib/tls/i686/cmov/libc.so.6(__lib c_start_main+0xc8) [0xb7e37ea8] -> imap
[0x8055e31]
child 18478 (imap) killed with signal 6
Cause is, if sendmail fails with an exit code != 0, the function returns
with -1 immediately skipping the t_pop() before the end of the function.
See attached diff.
Bye,
- --
Steffen Kaiser
-----BE...
2012 Sep 28
0
[LLVMdev] LLVM build fails using gcc-4.7.0 and -std=c++11 flags
I've fixed this specific error in r164813. Please let me know if there are
more behind it.
On Thu, Sep 27, 2012 at 2:16 PM, Sid Manning <sidneym at codeaurora.org> wrote:
>
> I just updated my llvm sources (revision 164794.) and I see the error,
> "overriding non-deleted function" when building with gcc 4.7.0 and passing
> -std=c++11.
>
>
2012 Sep 27
2
[LLVMdev] LLVM build fails using gcc-4.7.0 and -std=c++11 flags
I just updated my llvm sources (revision 164794.) and I see the error,
"overriding non-deleted function" when building with gcc 4.7.0 and
passing -std=c++11.
/usr2/sidneym/llvm/tools/install/bin/c++ -D_GNU_SOURCE -D_DEBUG
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
-std=c++11 -fPIC -fvisibility-inlines-hidden
-I/local/scratch/llvm-tmp/build/lib/VMCore
2012 Jun 07
4
[LLVMdev] VMKIT: Assertion at build
...Is there any chance that the placement of my directories are causing
> this?
>
> Also the exact command that fails is
>
> /home1/public/zakkak/java/__vmkit/Release+Asserts/bin/vmjc
> -std-compile-opts
> -load=/home1/public/zakkak/__java/vmkit/Release+Asserts/__lib/MMTKRuntime.so
> -load=/home1/public/zakkak/__java/vmkit/Release+Asserts/__lib/MMTKMagic.so
> -LowerMagic
> /home1/public/zakkak/java/__vmkit/mmtk/java/mmtk-vmkit.jar
> -disable-exceptions -disable-cooperativegc
> -with-clinit=org/mmtk/vm/VM,__org/mmtk/utility/*,o...
2012 Jun 07
0
[LLVMdev] VMKIT: Assertion at build
...0x000000000054f86d
>>>> j3::JavaAOTCompiler::**JavaAOTCompiler(std::string const&)
>>>> + 1597
>>>> 9 vmjc 0x0000000000502b8d main + 141
>>>> 10 libc.so.6 0x00002b3990163c4d __libc_start_main + 253
>>>> 11 vmjc 0x0000000000502a39
>>>> Aborted
>>>> make[2]: *** [all] Error 134
>>>> make[2]: Leaving directory
>>>> `/home1/public/zakkak/java/**vmkit_buil...
2012 Jun 10
0
[LLVMdev] VMKIT: Assertion at build
...of my directories are causing
>> this?
>>
>> Also the exact command that fails is
>>
>> /home1/public/zakkak/java/__vmkit/Release+Asserts/bin/vmjc
>> -std-compile-opts
>>
>> -load=/home1/public/zakkak/__java/vmkit/Release+Asserts/__lib/MMTKRuntime.so
>>
>> -load=/home1/public/zakkak/__java/vmkit/Release+Asserts/__lib/MMTKMagic.so
>> -LowerMagic
>> /home1/public/zakkak/java/__vmkit/mmtk/java/mmtk-vmkit.jar
>> -disable-exceptions -disable-cooperativegc
>>
>> -with-clin...
2012 Jun 07
2
[LLVMdev] VMKIT: Assertion at build
...8 vmjc 0x000000000054f86d
>>> j3::JavaAOTCompiler::JavaAOTCompiler(std::string const&)
>>> + 1597
>>> 9 vmjc 0x0000000000502b8d main + 141
>>> 10 libc.so.6 0x00002b3990163c4d __libc_start_main + 253
>>> 11 vmjc 0x0000000000502a39
>>> Aborted
>>> make[2]: *** [all] Error 134
>>> make[2]: Leaving directory
>>> `/home1/public/zakkak/java/vmkit_build/mmtk/java'...