Package FuzzManager :: Package FTB :: Package Signatures :: Module CrashInfo :: Class UBSanCrashInfo
[hide private]
[frames] | no frames]

Class UBSanCrashInfo

source code


Nested Classes [hide private]

Inherited from CrashInfo: __metaclass__

Instance Methods [hide private]
 
__init__(self, stdout, stderr, configuration, crashData=None)
Private constructor, called by CrashInfo.fromRawCrashData.
source code

Inherited from CrashInfo: __str__, createCrashSignature, createShortSignature, toCacheObject

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Static Methods [hide private]

Inherited from CrashInfo: fromRawCrashData, sanitizeStackFrame

Class Variables [hide private]

Inherited from CrashInfo: __abstractmethods__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, stdout, stderr, configuration, crashData=None)
(Constructor)

source code 

Private constructor, called by CrashInfo.fromRawCrashData. Do not use directly.

Overrides: object.__init__