Re: [dev] Re: [slcon] Call for Papers 2013

2013-03-26 Thread Sam Watkins
> You missed the best part: > > * socket activation Yuk! We can use programs that simply don't suck, so the machine boots nice and quick without such silliness.

[dev] Re: [slcon] Call for Papers 2013

2013-03-26 Thread Christian Neukirchen
William Giokas <1007...@gmail.com> writes: > On Mon, Mar 25, 2013 at 03:53:47PM -0500, Strake wrote: >> On 23/03/2013, hiro <23h...@gmail.com> wrote: >> >> initscripts are weak. >> > >> > what do you need them to do? what does weak really mean here? >> >> Sorry, my comment was indeed vague. >> >

[dev] [DWM] Patch: stack mfact

2013-03-26 Thread Jente Hidskes
Hello everyone, I have yesterday written a patch for DWM that enables resizing clients vertically in the stack. I got quite a few remarks from people who said they found it useful, so I thought it might be applied upstream. It's quite simple, but does have some limitations/issues: First of all

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 24.03.2

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" 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 rep

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 th

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 suppose

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 o

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

2013-03-26 Thread Robert Ransom
On 3/26/13, Markus Teich 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 folks really planning to

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 > ce