Displaying 13 results from an estimated 13 matches for "object_deleter".
2012 May 15
12
[PATCH 1/4] Introduce a new hotplug state: Force eject.
This hotplug state will be used to remove a device without the guest
cooperation.
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
hw/acpi_piix4.c | 5 +++++
hw/pci.h | 1 +
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/hw/acpi_piix4.c b/hw/acpi_piix4.c
index 585da4e..dfd5a9d 100644
--- a/hw/acpi_piix4.c
+++ b/hw/acpi_piix4.c
@@ -587,6 +587,11 @@
2018 May 15
2
Pass segmentation fault after llvm_shutdown.
...me printf and the runOnFunction runs correctly.
Any idea/suggestion about what is going on?
The source code of the pass is here:
https://github.com/PRUNERS/sword/blob/master/lib/Sword.cpp
Any help is much appreciated,
Thanks!
Simone
#0 0x00007f1d93735170 in ?? ()
#1 0x00000000017d2b96 in
llvm::object_deleter<llvm::SmallVector<std::pair<llvm::PassManagerBuilder::ExtensionPointTy,
std::function<void (llvm::PassManagerBuilder const&,
llvm::legacy::PassManagerBase&)> >, 8u> >::call(void*) ()
#2 0x0000000001b0e5e9 in llvm::llvm_shutdown() ()
#3 0x00000000008d8077 in main ()...
2018 May 15
2
Pass segmentation fault after llvm_shutdown.
...github.com/PRUNERS/sword/blob/master/lib/Sword.cpp
> <https://github.com/PRUNERS/sword/blob/master/lib/Sword.cpp>
>
> Any help is much appreciated,
> Thanks!
> Simone
>
> #0 0x00007f1d93735170 in ?? ()
> #1 0x00000000017d2b96 in
> llvm::object_deleter<llvm::SmallVector<std::pair<llvm::PassManagerBuilder::ExtensionPointTy,
> std::function<void (llvm::PassManagerBuilder const&,
> llvm::legacy::PassManagerBase&)> >, 8u> >::call(void*) ()
> #2 0x0000000001b0e5e9 in llvm::llvm_shutdown() ()
>...
2009 May 13
0
[LLVMdev] LLVM is deleting an array pointer without using array notation
...k\include\llvm/Support/ManagedStatic.h(23) : warning
C4156: deletion of an array expression without using the array form of
'delete'; array form substituted
R:\SDKs\llvm\trunk\include\llvm/Support/ManagedStatic.h(72) :
see reference to function template instantiation 'void
llvm::object_deleter<C>(void *)' being compiled
with
[
C=llvm::PseudoSourceValue [4]
]
R:\SDKs\llvm\trunk\include\llvm/Support/ManagedStatic.h(71) :
while compiling class template member function 'void
llvm::ManagedStatic<C>::LazyInit(void) const'...
2018 May 15
0
Pass segmentation fault after llvm_shutdown.
...Any idea/suggestion about what is going on?
>
> The source code of the pass is here: https://github.com/
> PRUNERS/sword/blob/master/lib/Sword.cpp
>
> Any help is much appreciated,
> Thanks!
> Simone
>
> #0 0x00007f1d93735170 in ?? ()
> #1 0x00000000017d2b96 in llvm::object_deleter<llvm::
> SmallVector<std::pair<llvm::PassManagerBuilder::ExtensionPointTy,
> std::function<void (llvm::PassManagerBuilder const&,
> llvm::legacy::PassManagerBase&)> >, 8u> >::call(void*) ()
> #2 0x0000000001b0e5e9 in llvm::llvm_shutdown() ()
> #3 0x0...
2017 Sep 19
3
Help with segfault in llvm_shutdown with LLVM 5.0 Release build
...This happens after our passes have successfully run. I believe this has
to do with the way our passes are registered. Would greatly appreciate
some pointers, as to where to look.
Program received signal SIGSEGV, Segmentation fault.
#0 0x00007ffff6926c20 in ?? ()
#1 0x00005555561c333b in
llvm::object_deleter<llvm::SmallVector<std::pair<llvm::PassManagerBuilder::ExtensionPointTy,
std::function<void (llvm::PassManagerBuilder const&,
llvm::legacy::PassManagerBase&)> >, 8u> >::call(void*) ()
#2 0x000055555658492d in llvm::ManagedStaticBase::destroy() const ()
#3 0x000055...
2018 May 17
0
Pass segmentation fault after llvm_shutdown.
...on?
>>
>> The source code of the pass is here: https://github.com/PRUNE
>> RS/sword/blob/master/lib/Sword.cpp
>>
>> Any help is much appreciated,
>> Thanks!
>> Simone
>>
>> #0 0x00007f1d93735170 in ?? ()
>> #1 0x00000000017d2b96 in llvm::object_deleter<llvm::Sma
>> llVector<std::pair<llvm::PassManagerBuilder::ExtensionPointTy,
>> std::function<void (llvm::PassManagerBuilder const&,
>> llvm::legacy::PassManagerBase&)> >, 8u> >::call(void*) ()
>> #2 0x0000000001b0e5e9 in llvm::llvm_shutdown()...
2009 Jun 17
1
[LLVMdev] CMake does not work with LLVM anymore?
...::RWMutex::writer_release()'
../../lib/libLLVMCore.a(Type.cpp.o): In function
`llvm::DerivedType::refineAbstractTypeTo(llvm::Type const*)':
Type.cpp:(.text+0x3d09): undefined reference to
`llvm::sys::RWMutex::writer_release()'
../../lib/libLLVMCore.a(Type.cpp.o): In function `void
llvm::object_deleter<llvm::sys::RWMutex>(void*)':
Type.cpp:(.text._ZN4llvm14object_deleterINS_3sys7RWMutexEEEvPv[void
llvm::object_deleter<llvm::sys::RWMutex>(void*)]+0x12): undefined
reference to `llvm::sys::RWMutex::~RWMutex()'
../../lib/libLLVMCore.a(Type.cpp.o): In function `void*
llvm::object_c...
2017 Sep 19
0
Help with segfault in llvm_shutdown with LLVM 5.0 Release build
...successfully run. I believe this
> has to do with the way our passes are registered. Would greatly
> appreciate some pointers, as to where to look.
>
> Program received signal SIGSEGV, Segmentation fault.
> #0 0x00007ffff6926c20 in ?? ()
> #1 0x00005555561c333b in
> llvm::object_deleter<llvm::SmallVector<std::pair<llvm::PassManagerBuilder::ExtensionPointTy,
> std::function<void (llvm::PassManagerBuilder const&,
> llvm::legacy::PassManagerBase&)> >, 8u> >::call(void*) ()
> #2 0x000055555658492d in llvm::ManagedStaticBase::destroy() const...
2007 Jun 28
0
[1095] trunk/wxruby2: Remove useless methods from Wx::Object and add wx_class method for info; document
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2012 Dec 13
0
[LLVMdev] Memory leaks after llvm_shutdown
...llvm_test.exe!llvm::LLVMContextImpl::`scalar deleting
destructor'() + 0x16 bytes C++
llvm_test.exe!llvm::LLVMContext::~LLVMContext() Line 62 + 0x38
bytes C++
llvm_test.exe!llvm::LLVMContext::`scalar deleting destructor'() +
0x16 bytes C++
llvm_test.exe!llvm::object_deleter<llvm::LLVMContext>::call(void * Ptr)
Line 32 + 0x37 bytes C++
llvm_test.exe!llvm::ManagedStaticBase::destroy() Line 68 + 0x10
bytes C++
llvm_test.exe!llvm::llvm_shutdown() Line 78 + 0xb bytes C++
Also I tried not to use GlobalContext object and created my own one.
Thi...
2019 Nov 18
2
Unable to parse command line more than once using llvm libraries?
Thanks,
I tried calling ResetAllOptionOccurrences after the run like this…
// Compile the module TimeCompilations times to give better compile time
// metrics.
for (unsigned I = TimeCompilations; I; --I)
if (int RetVal = compileModule(argv, Context))
return RetVal;
if (YamlFile)
YamlFile->keep();
cl::ResetAllOptionOccurrences();
return 0;
}
Unfortunately
2008 Dec 05
3
[LLVMdev] Build errors on trunk for about a week now.
On Fri, Dec 5, 2008 at 1:58 PM, OvermindDL1 <overminddl1 at gmail.com> wrote:
> On Fri, Dec 5, 2008 at 1:57 PM, OvermindDL1 <overminddl1 at gmail.com> wrote:
>> On Fri, Dec 5, 2008 at 1:52 PM, OvermindDL1 <overminddl1 at gmail.com> wrote:
>>> / * snip */
>>
>> Actually, rebuilding it makes "debug tblgen" fail with the errors at
>> the