Skip to content

Windbg SOS truncates symbol path to 260 characters #673

Closed
@Zhentar

Description

@Zhentar

InitializeSymbolStoreFromSymPath assumes that sympath cannot be longer than 260 characters. This is.... not at all accurate.

void InitializeSymbolStoreFromSymPath()
{
if (g_SOSNetCoreCallbacks.InitializeSymbolStoreDelegate != nullptr)
{
ArrayHolder<char> symbolPath = new char[MAX_LONGPATH];
if (SUCCEEDED(g_ExtSymbols->GetSymbolPath(symbolPath, MAX_LONGPATH, nullptr)))

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions