Skip to content
Snippets Groups Projects
  • Nat Goodspeed's avatar
    63b393da
    Introduce (disabled) LLLeap debugging code to validate stdin writes. · 63b393da
    Nat Goodspeed authored
    While debugging mysterious problem on Windows, one potential failure mode to
    rule out was the possibility that streaming std::ostringstream <<
    LLSDNotationStreamer(large_LLSD) might itself cause trouble -- even before
    attempting to write to the LLProcess::WritePipe. The debugging code validated
    that the correct length is being reported, and that deserializing the
    resulting buffer produces equivalent LLSD. This code verified correct
    operation, and so has been disabled, as it's expensive at runtime.
    63b393da
    History
    Introduce (disabled) LLLeap debugging code to validate stdin writes.
    Nat Goodspeed authored
    While debugging mysterious problem on Windows, one potential failure mode to
    rule out was the possibility that streaming std::ostringstream <<
    LLSDNotationStreamer(large_LLSD) might itself cause trouble -- even before
    attempting to write to the LLProcess::WritePipe. The debugging code validated
    that the correct length is being reported, and that deserializing the
    resulting buffer produces equivalent LLSD. This code verified correct
    operation, and so has been disabled, as it's expensive at runtime.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.