Displaying 6 results from an estimated 6 matches for "help1".
Did you mean:
help
2009 Mar 25
2
linking environments
Dear R-helpers,
I try to use nested R-functions as follows:
help1 = function(){
x = 1
help2()
}
with
help2 = function(){
if (x == 1)
cat("Hello world x = 1")
}
If I compile these functions and run help1()
an error message occurs
Fehler in help2() : objekt "x" nicht gefunden
in english "e...
2012 Nov 28
3
5.00pre11 initial comments
...when using [vesa]menu.c32 and "MENU *ROW*"
directives.
To replicate all the above, boot 4.06 and 5.00-pre11 and observe the
initial (DISPLAY) screen and the initial prompt line, and then
execute each label from the following:
*** SYSLINUX.CFG START ***
DEFAULT hello1
PROMPT 0
F1 help1.txt
DISPLAY help1.txt
LABEL hello1
COM32 hello.c32
LABEL cat1
COM32 cat.c32
APPEND help1.txt
LABEL cat2
COM32 cat.c32
APPEND help2.txt
*** SYSLINUX.CFG END ***
*** HELP1.TXT START ***
LINE 1 OF HELP1.TXT
LINE 2 OF HELP1.TXT
LINE 3 OF HELP1.TXT
LINE 4 OF HELP1.TXT
*** HELP1.TXT END ***...
2007 Jun 09
1
ast_dynamic_str_thread_build_va() is defined with 6 args but only called with 5 args??
...x080e86de in ast_dynamic_str_thread_build_va (buf=0x8172763,
max_len=0, ts=0x81482a0, append=0, fmt=0x811dc6a "%25.25s %s\n",
ap=0x8046f18 "X'\027\b") at utils.c:969
#4 0x080890e0 in ast_cli (fd=1, fmt=0x811dc6a "%25.25s %s\n") at cli.c:69
#5 0x0808c946 in help1 (fd=1, match=0x0, locked=0) at cli.c:1746
#6 0x0808ca67 in handle_help (fd=1, argc=0, argv=0x8047080) at cli.c:1773
#7 0x0808d664 in ast_cli_command (fd=1, s=0x0) at cli.c:1979
#8 0x08073d0f in main (argc=135695685, argv=0x80471f4) at asterisk.c:1384
I've noticed that ast_dynamic_str_thread...
2007 Jul 29
0
Asterisk 1.4.X support for Solaris 10?
...0x080e994a in ast_dynamic_str_thread_build_va (buf=0x817625b, max_len=0,
ts=0x8149720, append=0, fmt=0x811eefd "%25.25s %s\n",
ap=0x8046f18 "Pb\027\b") at utils.c:969
#4 0x08089ad8 in ast_cli (fd=1, fmt=0x811eefd "%25.25s %s\n") at cli.c:69
#5 0x0808d33e in help1 (fd=1, match=0x8047084, locked=1) at cli.c:1746
#6 0x0808d45f in handle_help (fd=1, argc=0, argv=0x8047080) at cli.c:1773
#7 0x0808e05c in ast_cli_command (fd=1, s=0x0) at cli.c:1979
#8 0x08074127 in main (argc=135688218, argv=0x80471fc) at asterisk.c:1388
(gdb) q
#
The segmentation fault is ca...
2007 May 15
1
Asterisk 1.4.4 reproducibly dumps core on Solaris 10
...80e86de in ast_dynamic_str_thread_build_va (buf=0x8160f28,
max_len=0, ts=0x81482a0, append=0, fmt=0x811dc6a "%25.25s %s\n",
ap=0x8046f38 "\030\017\026\b") at utils.c:969
#4 0x080890e0 in ast_cli (fd=1, fmt=0x811dc6a "%25.25s %s\n") at cli.c:69
#5 0x0808c946 in help1 (fd=1, match=0x0, locked=0) at cli.c:1746
#6 0x0808ca67 in handle_help (fd=1, argc=0, argv=0x80470a0) at cli.c:1773
#7 0x0808d664 in ast_cli_command (fd=1, s=0x0) at cli.c:1979
#8 0x08073d0f in main (argc=135695685, argv=0x8047214) at asterisk.c:1384
(gdb)
Any ideas?
Frank
2007 Jul 26
0
Asterisk 1.4.9 reproducibly dumps core on Solaris 10
...ic_str_thread_build_va (buf=0x8160f28,
> max_len=0, ts=0x81482a0, append=0, fmt=0x811dc6a "%25.25s %s\n",
> ap=0x8046f38 "\030\017\026\b") at utils.c:969
> #4 0x080890e0 in ast_cli (fd=1, fmt=0x811dc6a "%25.25s %s\n") at cli.c:69
> #5 0x0808c946 in help1 (fd=1, match=0x0, locked=0) at cli.c:1746
> #6 0x0808ca67 in handle_help (fd=1, argc=0, argv=0x80470a0) at cli.c:1773
> #7 0x0808d664 in ast_cli_command (fd=1, s=0x0) at cli.c:1979
> #8 0x08073d0f in main (argc=135695685, argv=0x8047214) at asterisk.c:1384
> (gdb)
>
> Any idea...