KindOne has quit [Read error: Connection reset by peer]
KindOne has joined #openocd
cp- has quit [Server closed connection]
cp- has joined #openocd
Hawk777 has joined #openocd
nerozero has joined #openocd
KindOne has quit [Max SendQ exceeded]
KindOne has joined #openocd
PlasmaHH has joined #openocd
mawk has quit [Server closed connection]
mawk has joined #openocd
<PlasmaHH>
PaulFertser: guess the idea of flipping the default value for the gdb all z ero option needs some more persuasion ... sadly I was unable to dig up the corresponding gdb bugreport..
<PlasmaHH>
I am pretty sure it was fixed no far after it was reported since I never had any problems with any setup in the last I don't know how many years to get stacktraces...
<PaulFertser>
PlasmaHH: no problem, the switch will happen.
<PaulFertser>
Thank you for being persistent.
<PlasmaHH>
PaulFertser: you would be surprised what I have to deal with at work ;)
Hawk777 has quit [Quit: Leaving.]
KindOne has quit [Max SendQ exceeded]
KindOne has joined #openocd
Haohmaru has joined #openocd
<PlasmaHH>
PaulFertser: https://sourceware.org/bugzilla/show_bug.cgi?id=9500 seems that is the bug now... nothing mentioned about a fix, but I also cannot reproduce it, though I have no idea what the exact circumstances would have been
<PaulFertser>
PlasmaHH: you finally found it. I couldn't even though I tried.
<PlasmaHH>
PaulFertser: a guy in the gdb channel found gnat bug 1 and then we added 2395 or whatever it was and found it that way...
<PaulFertser>
PlasmaHH: I'd say for all practical purposes it makes sense to flip the switch by default.
<PaulFertser>
Even if we do not know for sure it was fixed in GDB fully.
<PlasmaHH>
PaulFertser: I tried the mentioned stack info depth mi command there and didn't have any problems, though it is not totally clear to me under which circumstances it made problems, my guess is that it happened when during stack unwinding a read error occurred, which I right now have no idea how to provoke
<PaulFertser>
PlasmaHH: yeah, as GDB now with the correct debug info shouldn't try reading whatever it's not allowed to. Probably you can manually mangle "lr" to an invalid address before trying?
<PlasmaHH>
PaulFertser: I see a few "Failed to read memory" messages in ocd but its not clear to me if they would have caused errors in the older verison
<PlasmaHH>
my gdb version is usually rather new ;)
Deneb has joined #openocd
PsySc0rpi0n has joined #openocd
zjason` is now known as zjason
PsySc0rpi0n has quit [Ping timeout: 264 seconds]
PsySc0rpi0n has joined #openocd
erhankur has joined #openocd
PsySc0rpi0n has quit [Ping timeout: 264 seconds]
PsySc0rpi0n has joined #openocd
PsySc0rpi0n has quit [Ping timeout: 264 seconds]
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
erhankur has quit [Remote host closed the connection]
Deneb has quit [Quit: Leaving]
erhankur has joined #openocd
PsySc0rpi0n has joined #openocd
PsySc0rpi0n has quit [Ping timeout: 250 seconds]
PsySc0rpi0n has joined #openocd
PsySc0rpi0n has quit [Ping timeout: 246 seconds]
PsySc0rpi0n has joined #openocd
KindOne has quit [Max SendQ exceeded]
KindOne has joined #openocd
antto has quit [Server closed connection]
antto has joined #openocd
urja has quit [Read error: Connection reset by peer]
wingsorc has joined #openocd
urja has joined #openocd
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
erhankur has quit [Remote host closed the connection]
erhankur has quit [Remote host closed the connection]
BuldiBaerBeer has joined #openocd
BuldiBaerBeer has quit [Client Quit]
Haohmaru has quit [Ping timeout: 246 seconds]
buldi777 has joined #openocd
buldi777 has quit [Client Quit]
Hawk777 has joined #openocd
peeps[work] has joined #openocd
erhankur has joined #openocd
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
diddly has joined #openocd
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
nerozero has quit [Ping timeout: 240 seconds]
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
sbach has quit [Remote host closed the connection]
sbach has joined #openocd
<PlasmaHH>
PaulFertser: persistence++;
<PaulFertser>
PlasmaHH: :))
<PaulFertser>
PlasmaHH: your points are really nicely outlined and I think fully valid.
<PaulFertser>
Thank you for taking time to write that.
<PlasmaHH>
PaulFertser: you're welcome, human. Actually for me the outcome is quite irrelephant since I now know about the option and have it in all my openocd configs but I think its quite a trap for young players..
<PaulFertser>
Sure thing!
<PlasmaHH>
PaulFertser: alright, I am out, I forgot that contrary to 20 years ago these days people don't accept any kind of tickets without all the hours of effort in a patch
<PaulFertser>
PlasmaHH: fwiw, Tommy isn't a maintainer
<PaulFertser>
PlasmaHH: neither is me
<PaulFertser>
PlasmaHH: I can send a patch flipping the switch and include your rationale in the commit message
<PlasmaHH>
PaulFertser: I am probably to old for this, but I really don't like this "its open source go fix it yourself" tone whenever you report a bug anywhere... I am not demanding anyone to spend any time with it, so thats a stupid comeback... people don't seem to realize that others may not want to spend all their free time fixing bugs they discover all over the place...
<PlasmaHH>
I discover several bugs in all kinds of software in a week, I would need 40 hours a day to fix them all...
<PlasmaHH>
</rant>
<PaulFertser>
PlasmaHH: I'm not sure Tommy meant it exactly like that. In this particular case the patch itself is trivial, and sometimes it's easier to get the maintainers' attention by sending one rather than by discussing an issue on the bugtracker.
<PlasmaHH>
PaulFertser: the patch itself may or may not be trivial, I don't know whats involved in the project, necessity to write test cases etc. ( in some projects you get patches thrown back at you when your whitespace doesn't match their style ). register mailinglist, present it there, follow up ... yes, this instance is possibly one of the smaller ones, but this grumpy guy here got a bit sensitive over
<PlasmaHH>
the decades to all these requirements. and quite frankly, if that change is so small then maybe applying the patch is more effort than replicating it by hand ;)
<PaulFertser>
Understandable
<PaulFertser>
For such a patch the most valuable would be the commit message.
<PlasmaHH>
Absolutley, it would have to be a concise version of all the discussion and reasoning
<PlasmaHH>
Something I am extraordinarily bad with, you can ask everyone I worked with ;)
Hawk777 has quit [Quit: Leaving.]
PlasmaHH has quit [Ping timeout: 246 seconds]
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
peeps[work] has quit [Ping timeout: 246 seconds]
erhankur has quit [Remote host closed the connection]