Re: [dev] [st] Segmentation fault when clicking the top of window

2013-03-28 Thread Martti Kühne
wow. java... go team university coders! ;-) cheers! mar77i

Re: [dev] [st] Segmentation fault when clicking the top of window

2013-03-28 Thread v4hn
On Thu, Mar 28, 2013 at 01:18:53PM +0100, Martti Kühne wrote: wow. java... go team university coders! ;-) excuse me, _what_? v4hn pgpzfageZU41W.pgp Description: PGP signature

Re: [dev] [st] Segmentation fault when clicking the top of window

2013-03-28 Thread Martti Kühne
On Thu, Mar 28, 2013 at 1:29 PM, v4hn m...@v4hn.de wrote: On Thu, Mar 28, 2013 at 01:18:53PM +0100, Martti Kühne wrote: wow. java... go team university coders! ;-) excuse me, _what_? v4hn thanks for hijacking my sarcasm built on a stereotype. cheers! mar77i

Re: [dev] [st] Segmentation fault when clicking the top of window

2013-03-27 Thread Christoph Lohmann
Greetings. On Wed, 27 Mar 2013 08:41:53 +0100 Markus Teich markus.te...@stusta.mhn.de wrote: Heyho, Thanks! I managed to reproduce this bug in a VM on OpenBSD 5.2. The difficult part was to get my debugging system to work on OpenBSD, but i figured it out and finally got a report (see

Re: [dev] [st] Segmentation fault when clicking the top of window

2013-03-27 Thread Markus Teich
Am 27.03.2013 08:41, schrieb Christoph Lohmann: I thought you would fix the segfault, but instead all I got was a lousy XML file. :/ problem: in config.h borderpx is declared as an unsigned int. in the bpress(XEvent* e) function Y2ROW(e-xbutton.y) is called and gets expanded to:

Re: [dev] [st] Segmentation fault when clicking the top of window

2013-03-27 Thread Christoph Lohmann
Greetings. On Wed, 27 Mar 2013 21:48:14 +0100 Markus Teich markus.te...@stusta.mhn.de wrote: Am 27.03.2013 08:41, schrieb Christoph Lohmann: I thought you would fix the segfault, but instead all I got was a lousy XML file. :/ problem: in config.h borderpx is declared as an unsigned

Re: [dev] [st] Segmentation fault when clicking the top of window

2013-03-27 Thread Markus Teich
Nope, Juhani's report seems to be from the 0.3 release. The bug has already been fixed in commit abe85c0e on Nov 3 2012 (one day after the 0.3 release). Maybe it is time for 0.4? ;) --Markus Am 27.03.2013 21:48, schrieb Christoph Lohmann: Greetings. On Wed, 27 Mar 2013 21:48:14 +0100

Re: [dev] [st] Segmentation fault when clicking the top of window

2013-03-27 Thread Christoph Lohmann
Greetings. On Wed, 27 Mar 2013 22:56:12 +0100 Markus Teich markus.te...@stusta.mhn.de wrote: Nope, Juhani's report seems to be from the 0.3 release. The bug has already been fixed in commit abe85c0e on Nov 3 2012 (one day after the 0.3 release). Maybe it is time for 0.4? ;) It is, I only

Re: [dev] [st] Segmentation fault when clicking the top of window

2013-03-26 Thread Markus Teich
Heyho, Thanks! I managed to reproduce this bug in a VM on OpenBSD 5.2. The difficult part was to get my debugging system to work on OpenBSD, but i figured it out and finally got a report (see attachement). If you have any ideas of how to improve the reports, please tell me. --Markus Am

Re: [dev] [st] Segmentation fault when clicking the top of window

2013-03-26 Thread Jacob Todd
What exactly are we supposed to do with all of this xml? On Mar 26, 2013 5:27 PM, Markus Teich markus.te...@stusta.mhn.de wrote: Heyho, Thanks! I managed to reproduce this bug in a VM on OpenBSD 5.2. The difficult part was to get my debugging system to work on OpenBSD, but i figured it out

Re: [dev] [st] Segmentation fault when clicking the top of window

2013-03-26 Thread Carlos Torres
addresses for expression values are not that useful, the value of what they point to is what i would look for if i saw a troublesome address. I haven't looked at the brelease function signature, but if you know it, that would be useful when looking at the expressions. in fact i'm not sure what

Re: [dev] [st] Segmentation fault when clicking the top of window

2013-03-26 Thread Markus Teich
It contains the values of all expressions in the stackframes before and including the failing statement. The plan is to do k-clustering on these reports later, but for now it just does the gdb value analysis for you. --Markus Am 26.03.2013 22:46, schrieb Jacob Todd: What exactly are we

Re: [dev] [st] Segmentation fault when clicking the top of window

2013-03-26 Thread Markus Teich
https://gnunet.org/monkey-git/ It is the code for my bachelor thesis i am currently working on. An overview of the functionality can be seen in the manpages under https://gnunet.org/monkey-git/monkey/tree/doc/man Thanks for the hints. I am thinking about a migration to json actually, because the

Re: [dev] [st] Segmentation fault when clicking the top of window

2013-03-26 Thread Robert Ransom
On 3/26/13, Markus Teich markus.te...@stusta.mhn.de wrote: It contains the values of all expressions in the stackframes before and including the failing statement. The plan is to do k-clustering on these reports later, but for now it just does the gdb value analysis for you. Are the GNUnet

Re: [dev] [st] Segmentation fault when clicking the top of window

2013-03-26 Thread Markus Teich
Am 26.03.2013 23:15, schrieb Robert Ransom: Are the GNUnet folks really planning to (a) have a large enough number of crasher bugs that they can use data-mining techniques to study their crash reports, and Why should this be limited to GNUnet? (b) send all of those crash reports to a

[dev] [st] Segmentation fault when clicking the top of window

2013-03-24 Thread Juhani Haverinen
Hello. I have noticed a strange bug that results in segmentation fault. If I click at the top 2 pixel rows in st window it will crash. I attached a backtrace. -Juhani st-backtrace Description: Binary data

Re: [dev] [st] Segmentation fault when clicking the top of window

2013-03-24 Thread Rob
On Sun, Mar 24, 2013 at 11:15:21AM +0200, Juhani Haverinen wrote: Hello. I have noticed a strange bug that results in segmentation fault. If I click at the top 2 pixel rows in st window it will crash. I attached a backtrace. -Juhani Could you also show us a bt full or maybe upload the core

Re: [dev] [st] Segmentation fault when clicking the top of window

2013-03-24 Thread Markus Teich
Since i am currently working on a debugging tool, i would very much like to reproduce this bug. Which Version of st are you using? (Exact commit sha1 if possible) What is the output of uname -a and ldd `which st` ? --Markus Am 2013-03-24 10:15, schrieb Juhani Haverinen: Hello. I have noticed

Re: [dev] [st] Segmentation fault when clicking the top of window

2013-03-24 Thread Anthony J. Bentley
Markus Teich writes: Since i am currently working on a debugging tool, i would very much like to reproduce this bug. I can reproduce this on OpenBSD -current with st-0.3. $ ldd `which st` /usr/local/bin/st: StartEnd Type Open Ref GrpRef Name