search for: do_crash

Displaying 5 results from an estimated 5 matches for "do_crash".

Did you mean: dom_crash
2015 Feb 12
3
Is Asterisk a Linux only system?
Justin Sherrill wrote: > I would love to run Asterisk on a BSD system. I do not know of any > developers actively working on Asterisk on a BSD platform, though my > knowledge isn't comprehensive. I'm also unaware of anyone developing on BSD like that. Linux of course and a smattering of folks on OSX doing the odd thing. Cheers, -- Joshua Colp Digium, Inc. | Senior Software
2015 Feb 12
0
Is Asterisk a Linux only system?
...ttering of folks on OSX doing the odd thing. /me is an odd developer occasionally doing odd things on OS X. If anyone wants to improve Asterisk on any non-Linux system, a good place to start is to run it with some of the common developer flags enabled (pass --enable-dev-mode to configure, enable DO_CRASH, enable the TEST_FRAMEWORK and run the tests). The increased warning level on GCC catches a few portability bugs, that are usually straightforward to fix. The tests can be harder, since you don?t know if it?s a problem in the test itself, or in Asterisk. Unfortunately, I doubt the Python test sui...
2015 Feb 12
1
Is Asterisk a Linux only system?
...e odd thing. > > > /me is an odd developer occasionally doing odd things on OS X. > > If anyone wants to improve Asterisk on any non-Linux system, a good place > to start is to run it with some of the common developer flags enabled > (pass --enable-dev-mode to configure, enable DO_CRASH, enable > the TEST_FRAMEWORK and run the tests). > > The increased warning level on GCC catches a few portability bugs, that > are usually straightforward to fix. The tests can be harder, since you > don?t know if it?s a problem in the test itself, or in Asterisk. > > Unfortuna...
2007 Apr 18
1
[RFC/PATCH LGUEST X86_64 03/13] lguest64 core
...ro out the nmi switch flag. + * So all the work will be done by the stack pointer. + */ + +#define SW_OFFSET (LGUEST_VCPU_nmi_sw - \ + (LGUEST_VCPU_nmi_regs + LGUEST_REGS_rip)) + movq $0, SW_OFFSET(%rsp) + + /* use iret to get back to where we were. */ + iretq; + /* Whoo, all done! */ + +do_crash: + SAVE_REGS + movq %cr3, %rax; + pushq %rax; + PRINT_L('C');PRINT_L('r');PRINT_L('a');PRINT_L('s'); + PRINT_L('h');PRINT_L('i');PRINT_L('n');PRINT_L('g'); + PRINT_L('\n');PRINT_L('\r'); + + dump_stack_regs 'S'...
2007 Apr 18
1
[RFC/PATCH LGUEST X86_64 03/13] lguest64 core
...ro out the nmi switch flag. + * So all the work will be done by the stack pointer. + */ + +#define SW_OFFSET (LGUEST_VCPU_nmi_sw - \ + (LGUEST_VCPU_nmi_regs + LGUEST_REGS_rip)) + movq $0, SW_OFFSET(%rsp) + + /* use iret to get back to where we were. */ + iretq; + /* Whoo, all done! */ + +do_crash: + SAVE_REGS + movq %cr3, %rax; + pushq %rax; + PRINT_L('C');PRINT_L('r');PRINT_L('a');PRINT_L('s'); + PRINT_L('h');PRINT_L('i');PRINT_L('n');PRINT_L('g'); + PRINT_L('\n');PRINT_L('\r'); + + dump_stack_regs 'S'...