Skip to content

SIGSEV exception initialization of LogLog #1

@tp-pitc

Description

@tp-pitc

I use Log4L inside a dll.
I get SIGSEV exception when it Log4L is doing initialization section:
LogLog = TLogLog.Create

Traced it to the line
AddAppender(TLogODSAppender.Create(''));

This is:
TLogLogger.AddAppender at line:
FAppenders.Add(Appender);

So not sure why get this error during initialization if inside a dll but not when in an exe.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions