Re: DTrace: Sending ^C while running script produces no output

2010-12-02 Thread Artem Belevich
On Thu, Dec 2, 2010 at 9:46 PM, Artem Belevich wrote: > On Thu, Dec 2, 2010 at 9:20 PM, Brandon Gooch > wrote: >> I've been tinkering with DTrace a bit, and I've notice something >> peculiar on each system I've tried it on. >> >> Sending ^C from the keyboard in the terminal (console, XTerm, Konso

Re: DTrace: Sending ^C while running script produces no output

2010-12-02 Thread Artem Belevich
On Thu, Dec 2, 2010 at 9:20 PM, Brandon Gooch wrote: > I've been tinkering with DTrace a bit, and I've notice something > peculiar on each system I've tried it on. > > Sending ^C from the keyboard in the terminal (console, XTerm, Konsole) > produces no output [1]. > > For example, while trying out

DTrace: Sending ^C while running script produces no output

2010-12-02 Thread Brandon Gooch
I've been tinkering with DTrace a bit, and I've notice something peculiar on each system I've tried it on. Sending ^C from the keyboard in the terminal (console, XTerm, Konsole) produces no output [1]. For example, while trying out a one-liner (from http://www.brendangregg.com/DTrace/dtrace_oneli

Re: Question about process rlimits

2010-12-02 Thread Artem Belevich
Hi, On Thu, Dec 2, 2010 at 12:51 PM, Andrew Duane wrote: > > I've been poking at some bugs we have around pushing user memory to/past the > limits of our box, and decided to try seeing what happens on a stock FreeBSD > system (7.1 in this case). > > Basically I have a program that mallocs big m

Re: Question about process rlimits

2010-12-02 Thread Matthew Fleming
On Thu, Dec 2, 2010 at 12:51 PM, Andrew Duane wrote: > > I've been poking at some bugs we have around pushing user memory to/past the > limits of our box, and decided to try seeing what happens on a stock FreeBSD > system (7.1 in this case). > > Basically I have a program that mallocs big memory

Question about process rlimits

2010-12-02 Thread Andrew Duane
I've been poking at some bugs we have around pushing user memory to/past the limits of our box, and decided to try seeing what happens on a stock FreeBSD system (7.1 in this case). Basically I have a program that mallocs big memory chunks and zeros them to consume both physical and virtual mem

Re: How to debug BTX loader?

2010-12-02 Thread John Baldwin
On Thursday, December 02, 2010 2:12:04 pm Darmawan Salihun wrote: > Hi John, > > --- On Thu, 12/2/10, John Baldwin wrote: > > > From: John Baldwin > > Subject: Re: How to debug BTX loader? > > To: freebsd-hackers@freebsd.org > > Cc: "Darmawan Salihun" > > Date: Thursday, December 2, 2010, 8:5

Re: How to debug BTX loader?

2010-12-02 Thread Darmawan Salihun
Hi John, --- On Thu, 12/2/10, John Baldwin wrote: > From: John Baldwin > Subject: Re: How to debug BTX loader? > To: freebsd-hackers@freebsd.org > Cc: "Darmawan Salihun" > Date: Thursday, December 2, 2010, 8:58 AM > On Wednesday, December 01, 2010 > 4:09:42 pm Darmawan Salihun wrote: > > Hi J

Re: Greetings

2010-12-02 Thread Julian Elischer
On 12/1/10 12:01 PM, Peter Jeremy wrote: Hi Dheeraj, On 2010-Dec-01 04:19:46 +0530, dheeraj suthar wrote: Kindly do guide me(as I am new here.) and involve me in some programming project related to above mentioned fields. Also I am currently going through project lists on FreeBSD list and wil

Re: find(1): Is this a bug or not?

2010-12-02 Thread Ltr3z3r0n Llavtr3c
cool ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: Deterministic builds, part 2

2010-12-02 Thread Joerg Sonnenberger
On Thu, Dec 02, 2010 at 02:52:33PM +0100, Erik Cederstrand wrote: > Hi Joerg, > > Den 02/12/2010 kl. 13.49 skrev Joerg Sonnenberger: > > > On Thu, Dec 02, 2010 at 11:08:09AM +0100, Erik Cederstrand wrote: > >> I wonder if I could hack __FILE__ to be a path relative to src/. That > >> would be a w

Re: How to debug BTX loader?

2010-12-02 Thread John Baldwin
On Wednesday, December 01, 2010 4:09:42 pm Darmawan Salihun wrote: > Hi John, > > --- On Tue, 11/30/10, John Baldwin wrote: > > > From: John Baldwin > > Subject: Re: How to debug BTX loader? > > To: freebsd-hackers@freebsd.org > > Cc: "Darmawan Salihun" > > Date: Tuesday, November 30, 2010, 9

Re: Deterministic builds, part 2

2010-12-02 Thread Erik Cederstrand
Hi Joerg, Den 02/12/2010 kl. 13.49 skrev Joerg Sonnenberger: > On Thu, Dec 02, 2010 at 11:08:09AM +0100, Erik Cederstrand wrote: >> I wonder if I could hack __FILE__ to be a path relative to src/. That >> would be a way to fix all the source file paths I see. > > I have a patch for that in NetBS

Re: Deterministic builds, part 2

2010-12-02 Thread Joerg Sonnenberger
On Thu, Dec 02, 2010 at 11:08:09AM +0100, Erik Cederstrand wrote: > I wonder if I could hack __FILE__ to be a path relative to src/. That > would be a way to fix all the source file paths I see. I have a patch for that in NetBSD's gcc. Joerg ___ freebsd

Re: Deterministic builds, part 2

2010-12-02 Thread Erik Cederstrand
Hi Ryan, Den 02/12/2010 kl. 05.01 skrev Ryan Stone: > asn1.c uses the assert macro, while I believe uses __FILE__. Thanks for the help! asn1.c does indeed import src/include/assert.h, which optionally uses __FILE__ if NDEBUG is not defined. I've tried adding -DNDEBUG to my CFLAGS, but apart f