Skip to content

Logging reports crash of debug message #38

Description

@casabre

Running the AMQP client in a Docker environment throws the following error continuously for multiple times in AMQPClient. The client itself is operational but dumps a lot of error messages to the log which are making debugging of the own code for "Service" quite hard.

Exception handling log message: MethodError(Service.var"#3#5"{String}("yyyy-mm-dd HH:MM:SS"), ((level = Debug, message = "Frame Conversion: generic => method", _module = AMQPClient, group = :types, id = :AMQPClient_96aa8459, file = "/root/.julia/packages/AMQPClient/P6CBt/src/types.jl", line = 242, kwargs = Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}()),), 0x0000000000006d21)
module=AMQPClient  file=/root/.julia/packages/AMQPClient/P6CBt/src/types.jl  line=242
Second exception: MethodError(Service.var"#3#5"{String}("yyyy-mm-dd HH:MM:SS"), ((level = Error, message = "Exception while generating log record in module AMQPClient at /root/.julia/packages/AMQPClient/P6CBt/src/types.jl:242", _module = AMQPClient, group = :logevent_error, id = :AMQPClient_96aa8459, file = "/root/.julia/packages/AMQPClient/P6CBt/src/types.jl", line = 242, kwargs = Base.Iterators.Pairs{Symbol,Tuple{MethodError,Array{Union{Ptr{Nothing}, Base.InterpreterIP},1}},Tuple{Symbol},NamedTuple{(:exception,),Tuple{Tuple{MethodError,Array{Union{Ptr{Nothing}, Base.InterpreterIP},1}}}}}(:exception => (MethodError(AcquisitionService.var"#3#5"{String}("yyyy-mm-dd HH:MM:SS"), ((level = Debug, message = "Frame Conversion: generic => method", _module = AMQPClient, group = :types, id = :AMQPClient_96aa8459, file = "/root/.julia/packages/AMQPClient/P6CBt/src/types.jl", line = 242, kwargs = Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}()),), 0x0000000000006d21), [Ptr{Nothing} @0x00007fcf9dde5aec, Ptr{Nothing} @0x00007fcf9dded454, Ptr{Nothing} @0x00007fcf9ddef1bc, Ptr{Nothing} @0x00007fcf70c13d46, Ptr{Nothing} @0x00007fcf70c13bfb, Ptr{Nothing} @0x00007fcf70c13c7e, Ptr{Nothing} @0x00007fcf9ddeee27, Ptr{Nothing} @0x00007fcf70bf14ae, Ptr{Nothing} @0x00007fcf70bf17ad, Ptr{Nothing} @0x00007fcf70bf4192, Ptr{Nothing} @0x00007fcf70bf4dda, Ptr{Nothing} @0x00007fcf70bf4e0c, Ptr{Nothing} @0x00007fcf9ddeee27, Ptr{Nothing} @0x00007fcf9de0d96e, Ptr{Nothing} @0x0000000000000000]))),), 0x0000000000006d21)

The following lines are affected for instance

  • 242 in types.jl
  • 159 in types.jl
  • 164 in types.jl
  • 282 in protocol.jl
  • 426 in protocol.jl
    ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions