search for: config_parse_fil

Displaying 6 results from an estimated 6 matches for "config_parse_fil".

Did you mean: config_parse_file
2011 Aug 28
3
[Bug 741] New: ULOGD segfaults on init
http://bugzilla.netfilter.org/show_bug.cgi?id=741 Summary: ULOGD segfaults on init Product: ulogd Version: SVN (please provide timestamp) Platform: i386 OS/Version: other Status: NEW Severity: blocker Priority: P5 Component: ulogd_MYSQL AssignedTo: netfilter-buglog at lists.netfilter.org
2017 Apr 17
1
[BUG] config-parser.c: line 89 - crash on comma in namespace mailbox
...[0x7fa1f8cc789a] -> /usr/lib64/dovecot/libdovecot.so.0(default_fatal_handler+0x32) [0x7fa1f8cc81d2] -> /usr/lib64/dovecot/libdovecot.so.0(+0x2f81a) [0x7fa1f8c5b81a] -> /usr/bin/doveconf() [0x40b213] -> /usr/bin/doveconf(config_parser_apply_line+0x763) [0x40b983] -> /usr/bin/doveconf(config_parse_file+0x821) [0x40c351] -> /usr/bin/doveconf(main+0x255) [0x406845] -> /lib64/libc.so.6(__libc_start_main+0xfd) [0x7fa1f88b6d1d] -> /usr/bin/doveconf() [0x4051f9] doveconf: Error: managesieve-login: dump-capability process killed with signal 6 doveconf: Panic: file config-parser.c: line 89 (con...
2010 Sep 17
1
2.0.2 : crashes with LDA
...bdovecot.so.0 [0x9183c7] -> /usr/local/lib/dovecot/libdovecot.so.0 [0x9182de] -> /usr/local/lib/dovecot/libdovecot.so.0(settings_parser_apply_changes+0x6f) [0x91849f] -> /usr/local/bin/doveconf(config_filter_parsers_get+0x25f) [0x804e8af] -> /usr/local/bin/doveconf(config_parse_file+0x6a8) [0x80502f8] -> /usr/local/bin/doveconf(main+0x21f) [0x804c43f] -> /lib/i686/nosegneg/libc.so.6(__libc_start_main+0xdc) [0x5c8e9c] -> /usr/local/bin/doveconf [0x804b291] This does not happen always; most mails get delivered normally through the LDA. A command line c...
2004 Aug 06
1
Icecast2: undefined reference to `xmlDocGetRootElement'
...lt server (Red Hat 6.2). I have installed the required libxml, ogg and vorbis libraries and also changed config.c and stat.c to read libxml instead of gnome-xml as descibed in the post from Geoff Shang. ./autogen.sh works fine but I get the following errors after make... config.o: In function `config_parse_file': config.o(.text+0x122): undefined reference to `xmlDocGetRootElement' config.o: In function `_parse_root': config.o(.text+0x313): undefined reference to `xmlIsBlankNode' config.o: In function `_parse_limits': config.o(.text+0x565): undefined reference to `xmlIsBlankNode' c...
2019 Jul 09
6
Dovecot 2.3.6 on Solaris10: build issues, segfaults
...tmp_pool = 0xf29a0 ssl_warned = false ret = 0 __func__ = "config_all_parsers_check" #5 0x00022ec8 in config_parse_finish (ctx=0xffbffac8, error_r=0xffbffb98) at config-parser.c:747 new_filter = 0x657a8 error = 0x33c22 "/user=%s" ret = 0 #6 0x00024230 in config_parse_file (path=0x50468 "/local/dovecot/etc/dovecot/dovecot.conf", expand_values=false, modules=0x0, error_r=0xffbffb98) at config-parser.c:1064 root = {prev = 0x0, input = 0x0, path = 0x50468 "/local/dovecot/etc/dovecot/dovecot.conf", linenum = 400} ctx = {pool = 0x52b5...
2004 Aug 06
2
improved error.log output --diff
...ntinue; diff -u --recursive icecast/src/event.c icecast-new/src/event.c --- icecast/src/event.c 2003-07-18 16:29:23.000000000 -0400 +++ icecast-new/src/event.c 2003-08-06 19:18:46.000000000 -0400 @@ -18,20 +18,20 @@ to find out the config filename */ ret = config_parse_file(config->config_filename, &new_config); if(ret < 0) { - ERROR0("Error parsing config, not replacing existing config"); + ERROR0("Error parsing config, not replacing existing config, %s", "-"); switch(ret) { case CONFIG...