Displaying 20 results from an estimated 27 matches for "__kill".
2000 Aug 08
2
Internal Error in nmbd
...ib/libtermcap.so.2...done.
Reading symbols from /lib/ld-linux.so.2...done.
Reading symbols from /lib/libnss_files.so.2...done.
Reading symbols from /lib/libnss_nisplus.so.2...done.
Reading symbols from /lib/libnsl.so.1.1...done.
Reading symbols from /lib/libnss_nis.so.2...done.
#0 0x200005dbd28 in __kill () at __kill:2
__kill:2: No such file or directory.
(gdb) where
#0 0x200005dbd28 in __kill () at __kill:2
#1 0x200005db9f8 in raise (sig=6) at ../sysdeps/posix/raise.c:27
#2 0x200005dd8b8 in abort () at ../sysdeps/generic/abort.c:88
#3 0x12005b9f4 in smb_panic ()
#4 0x120042a40 in fault_report...
1998 Dec 07
0
SIG11 at runtime
...s to connect to the
server the server dies an
--- output of "gdb smbd core" ---
Core was generated by `/usr/sbin/smbd -D'.
Program terminated with signal 6, IOT trap/Abort.
Reading symbols from /lib/libc.so.5...done.
Reading symbols from /lib/ld-linux.so.1...done.
#0 0x400758d1 in __kill ()
(gdb) bt
#0 0x400758d1 in __kill ()
#1 0x400446d9 in raise (sig=135185569)
#2 0x80beaa8 in fault_report (sig=11) at lib/fault.c:45
#3 0x80beb2c in sig_fault (sig=11) at lib/fault.c:65
#4 0xbffffd24 in ?? ()
Cannot access memory at address 0x1fa5810.
--- the logfile shows messages like ---...
2009 Nov 02
2
dovecot-1.2.6: Panic: pool_data_stack_realloc(): stack frame changed
...en playing with large numbers of IMAP keywords on dovecot-1.2.6 imap
crashed:
Panic: pool_data_stack_realloc(): stack frame changed
Looks like either maildir_file_do() shouldn't T_BEGIN/T_END or the
keywords array should start larger.
0 libSystem.B.dylib 0x00007fff875f4eba __kill + 10
1 libSystem.B.dylib 0x00007fff875f4eac kill + 14
2 libSystem.B.dylib 0x00007fff87683519 raise + 25
3 libSystem.B.dylib 0x00007fff876a4e12 abort + 90
4 imap 0x000000010008022f
default_fatal_finish + 69
5 imap...
2009 May 04
2
mail_index_sync_map error on 1.1.14
...FS may have been used.
Panic: IMAP(user): file mail-index-sync-update.c: line 843
(mail_index_sync_map): assertion failed: (map->hdr.indexid == index-
>indexid || map->hdr.indexid == 0)
Two different backtraces to this error are:
0 libSystem.B.dylib 0x00007fff87b775ea __kill + 10
1 libSystem.B.dylib 0x00007fff87bf9fc8 abort + 83
2 imap 0x0000000100069f3e
default_fatal_finish + 70
3 imap 0x0000000100069f8c
i_syslog_fatal_handler + 0
4 imap 0x00000001000696eb i_info + 0...
2008 Aug 12
3
aligned memory allocation in C
...fill_array32 (cf below) on my macbook with R 2.7.1.
Thanks in advance
Kind regards
Christophe
PS : http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/howto-compile.html
provides an example of memalign.
PPS : mac os report
Thread 0 Crashed:
0 libSystem.B.dylib 0x9341bb9e __kill + 10
1 libSystem.B.dylib 0x93492ec2 raise + 26
2 libSystem.B.dylib 0x934a247f abort + 73
3 randtoolbox.so 0x15e65f1d 0x15e5d000 + 36637
4 randtoolbox.so 0x15e614ef fill_array32 + 4038
5 randtoolbox.so 0x15e6513d SFm...
2008 Aug 12
3
aligned memory allocation in C
...fill_array32 (cf below) on my macbook with R 2.7.1.
Thanks in advance
Kind regards
Christophe
PS : http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/howto-compile.html
provides an example of memalign.
PPS : mac os report
Thread 0 Crashed:
0 libSystem.B.dylib 0x9341bb9e __kill + 10
1 libSystem.B.dylib 0x93492ec2 raise + 26
2 libSystem.B.dylib 0x934a247f abort + 73
3 randtoolbox.so 0x15e65f1d 0x15e5d000 + 36637
4 randtoolbox.so 0x15e614ef fill_array32 + 4038
5 randtoolbox.so 0x15e6513d SFm...
2009 Feb 24
3
[LLVMdev] [llvm-commits] [llvm] r65296 - in /llvm/trunk: include/llvm/CodeGen/ lib/CodeGen/SelectionDAG/ lib/Target/CellSPU/ lib/Target/PowerPC/ lib/Target/X86/ test/CodeGen/X86/
I believe this patch has broken a PPC app that I am tracking. Here is
a reduced test case. Reproduce with llc -mattr=+Altivec -mcpu=g5. The
backtrace looks like this:
#0 0x9333ae42 in __kill ()
#1 0x9333ae34 in kill$UNIX2003 ()
#2 0x933ad23a in raise ()
#3 0x933b9679 in abort ()
#4 0x933ae3db in __assert_rtn ()
#5 0x0008bd8f in llvm::MVT::getVectorElementType (this=0xbfffdda4) at
ValueTypes.h:317
#6 0x002aed06 in BuildSplatI (Val=0, SplatSize=8, VT={{V = 24,
SimpleTy = llvm::...
2007 Sep 05
1
[LLVMdev] Exception Problems
...Error 1
make[6]: *** [all-recursive] Error 1
make[5]: *** [all] Error 2
make[4]: *** [multi-do] Error 1
make[3]: *** [all-multi] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-target-libstdc++-v3] Error 2
Here's the backtrace:
(gdb) bt
#0 0x963d995a in __kill ()
#1 0x963d994d in kill$UNIX2003 ()
#2 0x9644f006 in raise ()
#3 0x9645c8ff in abort ()
#4 0x964501a7 in __assert_rtn ()
#5 0x007c2891 in getPhysicalRegisterRegClass (MRI=0x42010504, VT=4,
reg=79) at /Volumes/Gir/devel/llvm/llvm.src/lib/CodeGen/SelectionDAG/
ScheduleDAG.cpp:269
#6 0x007c5...
2009 Feb 25
3
[LLVMdev] [llvm-commits] [llvm] r65296 - in /llvm/trunk: include/llvm/CodeGen/ lib/CodeGen/SelectionDAG/ lib/Target/CellSPU/ lib/Target/PowerPC/ lib/Target/X86/ test/CodeGen/X86/
...e, Feb 24, 2009 at 11:39 AM, Evan Cheng <evan.cheng at apple.com>
> wrote:
> I believe this patch has broken a PPC app that I am tracking. Here
> is a reduced test case. Reproduce with llc -mattr=+Altivec -mcpu=g5.
> The backtrace looks like this:
>
> #0 0x9333ae42 in __kill ()
> #1 0x9333ae34 in kill$UNIX2003 ()
> #2 0x933ad23a in raise ()
> #3 0x933b9679 in abort ()
> #4 0x933ae3db in __assert_rtn ()
> #5 0x0008bd8f in llvm::MVT::getVectorElementType (this=0xbfffdda4)
> at ValueTypes.h:317
> #6 0x002aed06 in BuildSplatI (Val=0, SplatSize=...
2009 Feb 25
0
[LLVMdev] [llvm-commits] [llvm] r65296 - in /llvm/trunk: include/llvm/CodeGen/ lib/CodeGen/SelectionDAG/ lib/Target/CellSPU/ lib/Target/PowerPC/ lib/Target/X86/ test/CodeGen/X86/
...b 24, 2009 at 11:39 AM, Evan Cheng <evan.cheng at apple.com> wrote:
>
>> I believe this patch has broken a PPC app that I am tracking. Here is a
>> reduced test case. Reproduce with llc -mattr=+Altivec -mcpu=g5. The
>> backtrace looks like this:
>> #0 0x9333ae42 in __kill ()
>> #1 0x9333ae34 in kill$UNIX2003 ()
>> #2 0x933ad23a in raise ()
>> #3 0x933b9679 in abort ()
>> #4 0x933ae3db in __assert_rtn ()
>> #5 0x0008bd8f in llvm::MVT::getVectorElementType (this=0xbfffdda4) at
>> ValueTypes.h:317
>> #6 0x002aed06 in Buil...
2009 Feb 25
0
[LLVMdev] [llvm-commits] [llvm] r65296 - in /llvm/trunk: include/llvm/CodeGen/ lib/CodeGen/SelectionDAG/ lib/Target/CellSPU/ lib/Target/PowerPC/ lib/Target/X86/ test/CodeGen/X86/
...-scooter
On Tue, Feb 24, 2009 at 11:39 AM, Evan Cheng <evan.cheng at apple.com> wrote:
> I believe this patch has broken a PPC app that I am tracking. Here is a
> reduced test case. Reproduce with llc -mattr=+Altivec -mcpu=g5. The
> backtrace looks like this:
> #0 0x9333ae42 in __kill ()
> #1 0x9333ae34 in kill$UNIX2003 ()
> #2 0x933ad23a in raise ()
> #3 0x933b9679 in abort ()
> #4 0x933ae3db in __assert_rtn ()
> #5 0x0008bd8f in llvm::MVT::getVectorElementType (this=0xbfffdda4) at
> ValueTypes.h:317
> #6 0x002aed06 in BuildSplatI (Val=0, SplatSize=8,...
2009 Oct 22
0
[LLVMdev] Throwing exceptions to code that calls the ExecutionEngine.
...f not, are there any alternatives to abort running JIT code, even over
nested functions (apart from generating stubs function with try/catch
constructs to call the user-defined function.
Thanks in advance for your response,
Maarten Hoeben
PS: The stack backtrace is as follows;
#0 0x94586e42 in __kill ()
#1 0x94586e34 in kill$UNIX2003 ()
#2 0x945f923a in raise ()
#3 0x94605679 in abort ()
#4 0x91754005 in __gnu_cxx::__verbose_terminate_handler ()
#5 0x9175210c in __gxx_personality_v0 ()
#6 0x9175214b in std::terminate ()
#7 0x91752261 in __cxa_throw ()
#8 0x02080045 in ?? ()
#9 0x000056...
2011 Feb 26
2
[LLVMdev] memory bug triggered in getFoldedCast
...: incorrect
checksum for freed object - object was probably modified after being
freed.
*** set a breakpoint in malloc_error_break to debug
(I don't know how to use malloc_error_break in this case. ?)
The stack trace in gdb after the above error looks like:
(gdb) bt
#0 0x00007fff81bf8616 in __kill ()
#1 0x00007fff81c98cca in abort ()
#2 0x00007fff81c87901 in szone_error ()
#3 0x00007fff81bb1080 in szone_free_definite_size ()
#4 0x000000010185b577 in getFoldedCast ()
#5 0x0000000101297617 in getAllocArrayFn () at
/Users/rob/Projects/Bamboo/Source/AST.cc:624
The line in my getAllocArrayF...
2008 May 16
2
Panic: IMAP(...): Trying to close mailbox INBOX with open transactions
...t
know how to reproduce it reliably.
Dovecot version: 1.1.rc5
Operating system: Mac OS X 10.5.2
CPU architecture: x86
File system: HFS+
Activity: From the backtrace it appears the client logged out while
in the middle of some operation.
Backtrace:
0 libSystem.B.dylib 0x946210ea __kill + 10
1 libSystem.B.dylib 0x946983f2 raise + 26
2 libSystem.B.dylib 0x946a79af abort + 73
3 imap 0x000743e2 i_internal_fatal_handler
+ 102
4 imap 0x00073e03 i_fatal + 0
5 imap 0x000461...
2009 May 04
2
index_mailbox_set_recent_uid error on 1.1.14
...m dovecot-1.1.14, Mac OS X, 64-bit
Intel. Pretty sure NFS was not used.
Panic: IMAP(user): file index-sync.c: line 39
(index_mailbox_set_recent_uid): assertion failed:
seq_range_exists(&ibox->recent_flags, uid)
The backtrace is:
0 libSystem.B.dylib 0x00007fff85025166 __kill + 10
1 libSystem.B.dylib 0x00007fff850a80e0 abort + 83
2 imap 0x0000000100069f3e
default_fatal_finish + 70
3 imap 0x0000000100069f8c
i_syslog_fatal_handler + 0
4 imap 0x00000001000696eb i_info + 0...
2009 May 15
1
cmd_append_continue_parsing assertion failure
...on Mac OS X.
Panic: IMAP(user): file cmd-append.c: line 266
(cmd_append_continue_parsing): assertion failed: (ctx->count == uid2 -
uid1 + 1)
Trivially reproducible:
$ telnet mailserver 143
a login user password
b append inbox
Backtrace:
0 libSystem.B.dylib 0x00007fff8458aa92 __kill + 10
1 libSystem.B.dylib 0x00007fff84606a1c abort + 83
2 imap 0x0000000100069f3e
default_fatal_finish + 70
3 imap 0x0000000100069f8c
i_syslog_fatal_handler + 0
4 imap 0x00000001000696eb i_info + 0...
2009 Jun 29
1
Dovecot-1.1.15 panics
Dovecot-1.1.15 assert-fails frequently. Attached are some errors from
the logs, and a stack trace from the common panic. Hope you can fix
these soon. Thanks.
0 libSystem.B.dylib 0x00007fff8825e606 __kill + 10
1 libSystem.B.dylib 0x00007fff882e1c92 abort + 83
2 imap 0x0000000100069e1b
default_fatal_finish + 70
3 imap 0x0000000100069e69
i_syslog_fatal_handler + 0
4 imap 0x0000000...
2010 Jun 14
1
2.0.beta6 panic (mailbox_list_get_unexpanded_path)
...in for the first time and selects his nonexistent INBOX
The error is:
Panic: file mailbox-list.c: line 318 (mailbox_list_get_unexpanded_path): assertion failed: (*location == '0')
The location string is "1mdbox:/Volumes/Mail/joe".
This did not happen with beta5.
Backtrace:
0 __kill + 10
1 abort + 90
2 default_fatal_finish + 68
3 i_internal_error_handler + 0
4 i_debug + 0
5 mailbox_list_get_unexpanded_path + 111
6 mailbox_list_mkdir + 70
7 mdbox_map_open_internal + 169
8 mdbox_map_open_or_create + 14
9 mdbox_write_index_header + 51
10 mdbox_mailbox_create_in...
2011 Jan 17
2
Panic in 2.0.9 imap-client
Hi,
Yesterday I upgraded one of our system from 2.0.7 to 2.0.9, I've got about 5 panic since then. It is using the exact same config (see attached) and was compiled the same way. Any clue on the reason? And how can I fix that?
Jan 17 12:06:20 server dovecot: imap(XXXX at YYYYYYY): Panic: file imap-client.c: line 570 (client_continue_pending_input): assertion failed:
2009 Aug 02
1
ffmpeg2theora: Partial encode with 2-pass encoding results in crash
...49 -0700
OS Version: Mac OS X 10.5.7 (9J61)
Report Version: 6
Anonymous UUID: 80D11E1E-6E2C-4E79-AF46-B93D5C519D5F
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread: 0
Thread 0 Crashed:
0 libSystem.B.dylib 0x92136e42 __kill + 10
1 libSystem.B.dylib 0x921a923a raise + 26
2 libSystem.B.dylib 0x921b5679 abort + 73
3 ??? 0x002bfc89 0 + 2882697
Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x00000000 ebx: 0x921b5639 ecx: 0xbfffdecc edx: 0x92136e42...