Tobias Klauser

Results 142 comments of Tobias Klauser

@Safari77 many thanks for testing!

I have been running flowtop for several hours now on my workstation with decent load (git, ssh to several machines, $HOME on NFS, web browsing) and didn't observe any segfault.

Thanks @Safari77 for verifying. Indeed I can also reproduce if I press the 'U' key repeatedly.

@vkochan's patch is now applied to master as 6e850d43799e0ed00a87313b826211fe57d03a03, so you may also just update to test.

I can still reproduce the issue, though not when running under gdb :disappointed:

@YJesus thanks a lot for the analysis! I think the patch you proposed with checking `n->ct != NULL` would be a viable fix to have until we figure out the...

Thanks for the PR. > I would like to apologize in advance for the size of this commit. The changes should have been implemented in multiple commits. This was a...

Please rebase your branch on top of current master (i.e. drop the old changes and the "back to current version ..." commit) so it only has the individual changes instead...

Thanks, now it looks better. I'll have a look in detail in the next few days.

Thanks for the update. I didn't yet have time to review this PR thoroughly but noticed some possible improvements regarding the commit format. Please read through the `SubmittingPatches` file and...