We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82c98c commit 4f53df0Copy full SHA for 4f53df0
flow/Platform.actor.cpp
@@ -3847,8 +3847,8 @@ void profileHandler(int sig) {
3847
// so calling backtrace may cause a deadlock
3848
size_t size = 0;
3849
#else
3850
- // SOMEDAY: should we limit the maximum number of frames from backtrace beyond just available space?
3851
- size_t size = backtrace(ps->frames, net2backtraces_max - net2backtraces_offset - 2);
+ // SOMEDAY: should we limit the maximum number of frames from backtrace beyond just available space?
+ size_t size = backtrace(ps->frames, net2backtraces_max - net2backtraces_offset - 2);
3852
#endif
3853
3854
ps->length = size;
0 commit comments