search for: corefil

Displaying 20 results from an estimated 58 matches for "corefil".

Did you mean: corefile
2015 Dec 21
3
lldb -c corefile get segmentation fault on centos7
Hi, I build llvm+clang+lldb 3.7 successfully on centos7, and lldb -p PID works pretty well. However when I tried lldb -c corefile executable_bin, lldb itself core dumpped. Attached the following core info which is debugged by gdb: [root at dn-cn-controller-4fbd4 data1]# lldb -c a.corefile /usr/local/myproject/bin/cnode *(lldb) target create "/usr/local/myproject/bin/cnode" --core "a.corefile"* Segmentatio...
2009 Apr 09
3
vdev_disk_io_start() sending NULL pointer in ldi_ioctl()
Hi All, I have corefile where we see NULL pointer de-reference PANIC as we have sent (deliberately) NULL pointer for return value. vdev_disk_io_start() ... ... error = ldi_ioctl(dvd->vd_lh, zio->io_cmd, (uintptr_t)&zio->io_dk_callback,...
2011 Jun 28
1
Where is the ctdb debuginfo rpm
Hi, All I test with ctdb-1.2.0-18.1, and there is a corefile. I want to analyze the corefile, but can't find the ctdb debuginfo. Could you tell me where to find the ctdb debuginfo? -- Best Regards. Yu Liao
2014 Aug 31
0
Bug#444000: [ijc@hellion.org.uk: move core dumps to /var/lib/xen/dump]
...ck/subsys +Index: xen/tools/libxl/xl_cmdimpl.c +=================================================================== +--- xen.orig/tools/libxl/xl_cmdimpl.c 2013-07-09 11:46:56.000000000 +0100 ++++ xen/tools/libxl/xl_cmdimpl.c 2013-08-16 14:47:31.040162084 +0100 +@@ -1591,7 +1591,7 @@ + char *corefile; + int rc; + +- if (asprintf(&corefile, "/var/xen/dump/%s", d_config->c_info.name) < 0) { ++ if (asprintf(&corefile, "/var/lib/xen/dump/%s", d_config->c_info.name) < 0) { + LOG("failed to construct core dump path"...
2013 Aug 16
2
Bug#706233: move core dumps to /var/lib/xen/dump
...ck/subsys +Index: xen/tools/libxl/xl_cmdimpl.c +=================================================================== +--- xen.orig/tools/libxl/xl_cmdimpl.c 2013-07-09 11:46:56.000000000 +0100 ++++ xen/tools/libxl/xl_cmdimpl.c 2013-08-16 14:47:31.040162084 +0100 +@@ -1591,7 +1591,7 @@ + char *corefile; + int rc; + +- if (asprintf(&corefile, "/var/xen/dump/%s", d_config->c_info.name) < 0) { ++ if (asprintf(&corefile, "/var/lib/xen/dump/%s", d_config->c_info.name) < 0) { + LOG("failed to construct core dump path"...
2020 Sep 15
4
Internal error on Samba 4.10.17
Hi, For 3 days uptime serve about 40 client Windows workstation with traffic average 50 Mbps - 80 Mbps (Video streaming) running on FreeBSD system with 16 GB RAM already installed. # uname -smrv FreeBSD 12.1-STABLE FreeBSD 12.1-STABLE r364492 GENERIC amd64 # pkg info samba\* samba410-4.10.17 I got this produce error in /var/log/message, any clue for this problem? Sep 14 10:20:15 BEC-STG-P1
2007 Feb 03
1
POP3-Proxy error
Hi, as mentioned in another thread I discovered a crash in the pop3-proxy. It occurs when the remote-pop3-server just drops the connection (in my case courier was hitting the MAXPERIP-Limit). I don't have a corefile yet, but will try to get one. Here the message from the dovecot.log: dovecot: Feb 02 09:30:00 Error: pop3-login: file pop3-proxy.c: line 20 (proxy_input): assertion failed: (!client->destroyed) dovecot: Feb 02 09:30:00 Error: pop3-login: Raw backtrace: pop3-login [0x8052fe0] -> pop3-logi...
2009 Sep 16
2
generate core dump for process
Hi all. I ran "ulimit -c unlimited" as root on my machine (centos 5.3 x86_64) when I run the process it is getting SIGSEGV but not creating a core dump? What else do I need to do to get a core dump file when I run "gdb myprocess" the SIGSEGV does not happen. Jerry
1998 Oct 24
0
INTERNAL ERROR - Sig 11
...1997 Got SIGHUP dumping debug info. =============================================================== INTERNAL ERROR: Signal 11 in pid 330 (1.9.18p10) Please read the file BUGS.txt in the distribution =============================================================== Dumping core in /usr/local/samba/var/corefiles gdb is as follows.. Is this any help? This box is going to be a production server.. Getting this cleared up would help greatly. I've never come across this with Samba before. J. root@gw# cd corefiles root@gw# gdb /usr/local/samba/bin/nmbd nmbd.core GDB is free software and you are welcom...
2012 Aug 03
1
Pigeonhole sieve include namespace regression
...from /home/notroot/sieve/svn.sieve [ID: 1, BLOCK: 5] 0000000b: 3: [End of code] As can be seen the personal script is included twice. Obvious work around is to rename the personal script. However it'd be nice if namespacing came back. Cheers, Dan -- Daniel Piddock, Systems Administrator, CoreFiling Limited http://www.corefiling.com
2012 Aug 09
1
Dovecot LMTP - Delivered-To header weirdness
...main.test> Date: Thu, 09 Aug 2012 11:13:59 +0100 From: User <user at domain.test> To: Expansion <expansion at domain.test> Subject: test At the moment we've turned off batch delivery in the exim smtp transport (max_rcpt=1). Cheers, Dan -- Daniel Piddock, Systems Administrator, CoreFiling Limited http://www.corefiling.com
2012 Aug 08
2
Running spamc during LMTP delivery
Hello list, we are using dovecot-lmtp for delivery to virtual users, and vmm[1] to manage them. 1. http://vmm.localdomain.org/ One nice feature of vmm is that every virtual user has their own UID/GID on the UNIX filesystem. There is no passwd entry, so no shell login, but each user effectively has a home directory and can run commands in isolation and with lowered privileges. This requires
2011 Apr 18
4
splom, plotmath: how to add three lines of information with alignment?
Dear expeRts, I would like to create a scatter plot matrix with splom(). The lower panel should contain some additional information about the samples shown in the upper panel plot, see the splom() call below. Now two questions came up: (1) The lower panels show "tau" and "alpha" on top of each other. How can I plot *three* expressions on top of each other? I tried several
2008 Mar 09
2
1.1r1: auth-worker(default): BUG: PASSV had missing parameters, sig11
I don't know how this happened. I'm not sure if there is a coredump somewhere because I don't know what user, and I have nothing for 'root' or 'dovecot'. Any advice, or should I make all my coredumps go to a central writable directory so I have better chance of catching it if it happens again? Is it maybe from someone connecting to postfix and causing a SMTP-AUTH
2003 Jul 26
0
Bug Tracker Official Launch
...re you have the following information to submit: - your CVS date ("show version") - your operating system and revision ("uname -a") - your hardware configuration, if relevant (all cards and their configs) - your VoIP environment (SIP phones? H.323? MGCP?) - if a corefile has been produced, please have a backtrace "gdb /usr/sbin/asterisk /path/to/corefile.1234" then type "bt" and include the output - include copies of relevant configuration files - full console error messages - debug traces (asterisk -vvvvvgcd) if applic...
2016 May 15
2
indexer-worker out of memory with vsz_limit=750 MB?!
We're running 2.2.24 with fts_lucene and I wonder why indexer-working can be out-of-memory even with vsz_limit=750 MB ?! Peer May 15 12:14:51 dobby4 dovecot: indexer-worker(user at example.com): Fatal: pool_system_realloc(134217728): Out of memory May 15 12:14:51 dobby4 dovecot: indexer-worker(user at example.com): Error: Raw backtrace: /usr/lib/dovecot/libdovecot.so.0(+0xaa4b7)
2020 Nov 10
3
Crash in 4.12.10 in
I just got an INTERNAL ERROR: Signal 11 in smbd (4.12.10) in something that sids_to_unixids() in source3/winbindd/idmap_hash/idmap_has.c calls and 3 levels down - unfortunately the stack trace doesn?t say what it is - probably optimised into inline code or something. Recently upgraded from Samba 4.12.5 to 4.12.10 (self-compiled). FreeBSD 12.2 It happened right after 10 hours since that smbd
2004 Apr 25
0
BugTracker Information - REPOST
...re you have the following information to submit: - your CVS date ("show version") - your operating system and revision ("uname -a") - your hardware configuration, if relevant (all cards and their configs) - your VoIP environment (SIP phones? H.323? MGCP?) - if a corefile has been produced, please have a backtrace "gdb /usr/sbin/asterisk /path/to/corefile.1234" then type "bt" and include the output - include copies of relevant configuration files - full console error messages - debug traces (asterisk -vvvvvgcd) if applic...
2008 Jun 22
2
Some crashes with 1.1.1
I'm getting some cra shes with 1.1.1, but even with these start options: #!/bin/sh mkdir /var/core chmod 1777 /var/core echo /var/core/%p > /proc/sys/kernel/core_pattern ulimit -n 65535 ulimit -c unlimited /usr/local/sbin/dovecot -F I'm not getting any corefiles - why? It definitely used to work :) Jun 22 00:05:53 postamt dovecot: imap-login: *** glibc detected *** imap-login: free(): invalid pointer: 0x08cbd600 *** Jun 22 00:05:53 postamt dovecot: child 28879 (login) killed with signal 6 Jun 22 00:29:58 postamt dovecot: imap-login: *** glibc detected...
2004 Aug 06
2
Problem with ices on OpenBSD 2.9 w/ Icecast 1.3.10
...ices, waiting 30 seconds for timeout -> [09/Jul/2001:19:49:29] Kicking source 1 [127.0.0.1] [Client timeout exceeded, removing source] [encoder], connected for 30 seconds, 0 bytes transfered. 0 sources connected -> [09/Jul/2001:19:49:29] Kicking all 0 clients for source 1 So I've run the corefile through gdb and see the following backtrace: #0 0x401782d6 in __swsetup () #1 0x40172284 in vfprintf () #2 0x4017202d in fprintf () #3 0x91c1 in log_write (log_id=-1, priority=3, cat=0x76e4 "thread/_start_routine", fmt=0x76bc "Added thread %d [%s] started at [%s:%d]") at l...