Displaying 9 results from an estimated 9 matches for "__ptr64".
2018 Jul 25
2
LLD COFF library: crashes when lld::coff::link is called twice
If you call lld::coff::link twice, the second time gives this backtrace:
msvcp140d.dll!00007ffc35830806() Unknown
> zig.exe!std::_Debug_pointer<lld::coff::Chunk * __ptr64
const>(lld::coff::Chunk * const * _Ptr, const wchar_t * _File, unsigned int
_Line) Line 926 C++
zig.exe!std::_Debug_range2<lld::coff::Chunk * __ptr64 const *
__ptr64>(lld::coff::Chunk * const * _First, lld::coff::Chunk * const *
_Last, const wchar_t * _File, unsigned int _Line,
std...
2018 Aug 08
2
LLD COFF library: crashes when lld::coff::link is called twice
...25, 2018 at 2:18 AM, Andrew Kelley <superjoe30 at gmail.com> wrote:
>>
>> If you call lld::coff::link twice, the second time gives this backtrace:
>>
>> msvcp140d.dll!00007ffc35830806() Unknown
>> > zig.exe!std::_Debug_pointer<lld::coff::Chunk * __ptr64
>> > const>(lld::coff::Chunk * const * _Ptr, const wchar_t * _File, unsigned int
>> > _Line) Line 926 C++
>> zig.exe!std::_Debug_range2<lld::coff::Chunk * __ptr64 const *
>> __ptr64>(lld::coff::Chunk * const * _First, lld::coff::Chunk * const *
>>...
2019 Apr 04
2
single-threaded code-gen and how to make it support multi-thread
...58 C
ntdll.dll!RtlFreeHeap(void * HeapHandle, unsigned long Flags, void *
BaseAddress) Line 352 C
ucrtbase.dll!_free_base(void * block) Line 105 C++
XXXTest.exe!llvm::StringMapImpl::RehashTable(unsigned int BucketNo) Line
238 C++
XXXTest.exe!llvm::StringMap<llvm::ConstantDataSequential *
__ptr64,llvm::MallocAllocator>::insert(std::pair<llvm::StringRef,llvm::ConstantDataSequential
*> KV) Line 344 C++
[Inline Frame] XXXTest.exe!llvm::StringMap<llvm::Value
*,llvm::MallocAllocator>::GetOrCreateValue(llvm::StringRef) Line 371 C++
[Inline Frame] XXXTest.exe!llvm::StringMap<...
2019 Apr 04
2
single-threaded code-gen and how to make it support multi-thread
...oid * HeapHandle, unsigned long Flags, void *
> BaseAddress) Line 352 C
> ucrtbase.dll!_free_base(void * block) Line 105 C++
> XXXTest.exe!llvm::StringMapImpl::RehashTable(unsigned int BucketNo)
> Line 238 C++
> XXXTest.exe!llvm::StringMap<llvm::ConstantDataSequential *
> __ptr64,llvm::MallocAllocator>::insert(std::pair<llvm::StringRef,llvm::ConstantDataSequential
> *> KV) Line 344 C++
> [Inline Frame] XXXTest.exe!llvm::StringMap<llvm::Value
> *,llvm::MallocAllocator>::GetOrCreateValue(llvm::StringRef) Line 371 C++
> [Inline Frame] XXXTest.exe...
2015 Nov 23
2
COFF::IMAGE_REL_AMD64_REL32 relocation overflow when compiling for x86_64
...eDyldImpl::resolveRelocations() Line 95 C++
llvm::RuntimeDyld::resolveRelocations() Line 961 C++
llvm::orc::ObjectLinkingLayer<llvm::orc::DoNothingOnNotifyLoaded>::ConcreteLinkedObjectSet<std::shared_ptr<llvm::SectionMemoryManager>,ClangClasses::LLVMExecutionEngine::LinkingResolver
* __ptr64>::Finalize() Line 112 C++
llvm::orc::ObjectLinkingLayer<llvm::orc::DoNothingOnNotifyLoaded>::findSymbolIn::__l19::<lambda>()
Line 246 C++
std::_Callable_obj<unsigned __int64 <lambda>(void),0>::_ApplyX<unsigned
__int64>() Line 284 C++
std::_Func_impl<std::_Callabl...
2013 Oct 25
0
Wine release 1.7.5
...argame: Airland Battle needs msvcr110.dll._libm_sse2_atan_precise
34432 installer of iTudou needs atl90
34472 window titlebar names
34475 Fullscreen Window scaling issue (MacDriver)
34502 __unDName doesn't use flags UNDNAME_NO_LEADING_UNDERSCORES and UNDNAME_NO_MS_KEYWORDS for "__ptr64"
34503 __unDName doesn't support flag UNDNAME_NO_THISTYPE
34648 J2SE Runtime Environment 5.0 Update 10 installer 'patchjre' tool crashes due to unbuffered io on redirected stdout pipe
34677 e-carte bleue la banque postale doesn't work at all
34707 Miranda crashes on...
2015 Nov 23
3
COFF::IMAGE_REL_AMD64_REL32 relocation overflow when compiling for x86_64
...95 C++
>
> llvm::RuntimeDyld::resolveRelocations() Line 961 C++
>
> llvm::orc::ObjectLinkingLayer<llvm::orc::DoNothingOnNotifyLoaded>::ConcreteLinkedObjectSet<std::shared_ptr<llvm::SectionMemoryManager>,ClangClasses::LLVMExecutionEngine::LinkingResolver
> * __ptr64>::Finalize() Line 112 C++
>
> llvm::orc::ObjectLinkingLayer<llvm::orc::DoNothingOnNotifyLoaded>::findSymbolIn::__l19::<lambda>()
> Line 246 C++
>
> std::_Callable_obj<unsigned __int64 <lambda>(void),0>::_ApplyX<unsigned
> __int64&...
2013 Apr 29
1
[LLVMdev] Many tests fail on Win64
I fell over this issue yesterday myself with lots of asserts being thrown.
I think the issue is in lib/IR/AsmWriter.cpp:1618 in the function
AssemblyWriter::printFunction(const Function *F)
Looking at the code I think the 2nd for loop should be preceded by the test
...
if (Idx < AS.getNumSlots())
Not sure why it doesn't fail on other platforms as it looks like it should
be a genuine
2011 May 27
0
Wine release 1.3.21
...et::QueryInterface() shouldn't be called.
Akihiro Sagawa (3):
winedbg: Add Japanese resource.
winecfg: Update Japanese translation.
po: Update Japanese translation.
Alexander Morozov (1):
mshtml/tests: Fix a typo.
Alexandre Julliard (50):
msvcrt: Add support for __ptr64 attribute in symbol demangling.
msvcrt: Add support for template operators in symbol demangling.
msvcrt: Add support for function namespaces in symbol demangling.
winex11: Don't wait for the foreground window to start clipping in ClipCursor.
winex11: Warp the pointer whe...