Flávio J. Saraiva
Flávio J. Saraiva
Could pacman kill MSYS2 by itself by sending a signal to the parent? (based on a command line flag?)
This could be a completely unrelated issue. Reminds me of the 'router console freezing' issue, where the actual problem was that the router was not running at all. (there was...
On another note, `vtty_flush` uses `fsync`, which means that slowdowns in the vtty socket are also incurred by the calling (router?) thread.
Hmm, I wonder if using `sched_yield` in the cpu execution cycle could improve this. =/ It can degrade performance so it needs testing, which means I need to be able...
Thank you for reporting. =) Unfortunately, the reload mechanism involves the microcode, which we're missing the source. So don't expect any progress until after issue #7 is closed. As a...
My intention is to make the emulated behavior closer to the real thing. The fact that it's sharing the single ptask thread is enough to break that. =~~ So far...
Tried and wasn't able to reproduce with: - IOS 12.4-11.T1 - GNS3 0.8.4 RC4 64-bit standalone (windows) - Dynamips 0.2.8 RC7 (cygwin, 32-bit) I don't have a more recent image...
Investigation results: - I'm unfamiliar with ppc assembly, so I wasted a lot of time trying to find out which instructions write to memory. They are the `STW` instruction and...
Unstable doesn't have this issue. Merging the code for self modifying pages from unstable isn't enough to fix it, so the investigation will continue.
No leads on the cause. I'll try merging unstable stuff to stable (in my fork) until there is a change in behavior.