search for: e2000s

Displaying 14 results from an estimated 14 matches for "e2000s".

Did you mean: 2000s
2002 Aug 10
2
package for saving large datasets in ASCII
...] 7505 1197 > library(savetable) > system.time(save.table(e2000, "e2000")) [1] 38.04 0.48 48.75 0.00 0.00 > library(MASS) > system.time(write.matrix(e2000, "e2000", sep=",", 1)) -- killed after 10 minutes swapping. And now a smaller example: > dim(e2000s) [1] 100 1197 > library(savetable) > system.time(save.table(e2000s, "e2000s")) [1] 0.45 0.00 0.56 0.00 0.00 > system.time(write.table(e2000s, "e2000s")) [1] 31.21 0.11 38.99 0.00 0.00 > library(MASS) > system.time(write.matrix(e2000s, "e2000s", sep=&...
2018 Nov 25
3
[2.3.4] Segmentation faults
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> <br> </div> <blockquote type="cite"> <div> On 25 November 2018 at 06:29 Joan Moreau < <a href="mailto:jom@grosjo.net">jom@grosjo.net</a>> wrote: </div> <div>
2018 Nov 27
2
[2.3.4] Segmentation faults
It's still missing core dump (or bt full from it) Aki On 27.11.2018 8.39, Joan Moreau wrote: > > Thank you Aki > > here the requested data (below) > > Please not as well that we have numerous subfolders (>50) and pretty > big mailbox sizes (>20G) > > Bug appears mostly in auth process and index-worker > > > dovecot -n : > > # 2.4.devel
2018 Nov 28
2
[2.3.4] Segmentation faults
See https://dovecot.org/bugreport.html#coredumps Without a backtrace it's not really possible to figure out where it's crashing. > On 28 Nov 2018, at 13.20, Joan Moreau <jom at grosjo.net> wrote: > > Where to get that ? > > > On 2018-11-27 08:50, Aki Tuomi wrote: > >> It's still missing core dump (or bt full from it) >> >> Aki
2018 Nov 25
0
[2.3.4] Segmentation faults
Hi THis is the lines I have in my dmesg (see below) In dovecot log , I see: Nov 25 04:26:47 auth-worker: Error: double free or corruption (fasttop) What do to about it ? Using lastest 2.3.4 version Thank you -------- [132932.169265] Code: 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00 00 00 21 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 20 aa 36 f5 7a 7f 00 00 <40> 24 3d
2018 Nov 24
2
v2.3.4 released
On Fri, 23 Nov 2018 10:45:56 -0500, Brad Smith stated: >On 11/23/2018 9:31 AM, The Doctor wrote: > >> On Fri, Nov 23, 2018 at 04:06:53PM +0300, Odhiambo Washington wrote: >>> On Fri, 23 Nov 2018 at 15:29, Timo Sirainen <tss at iki.fi> wrote: >>> >>>> https://dovecot.org/releases/2.3/dovecot-2.3.4.tar.gz >>>>
2018 Nov 27
0
[2.3.4] Segmentation faults
Thank you Aki here the requested data (below) Please not as well that we have numerous subfolders (>50) and pretty big mailbox sizes (>20G) Bug appears mostly in auth process and index-worker dovecot -n : # 2.4.devel (de42b54aa): /etc/dovecot/dovecot.conf # Pigeonhole version 0.6.devel (65909cfa) # OS: Linux 4.19.4-arch1-1-ARCH x86_64 ext4 # Hostname: gjserver base_dir =
2018 Nov 28
0
[2.3.4] Segmentation faults
Where to get that ? On 2018-11-27 08:50, Aki Tuomi wrote: > It's still missing core dump (or bt full from it) > > Aki > > On 27.11.2018 8.39, Joan Moreau wrote: > > Thank you Aki > > here the requested data (below) > > Please not as well that we have numerous subfolders (>50) and pretty big mailbox sizes (>20G) > > Bug appears mostly in
2018 Nov 29
0
[2.3.4] Segmentation faults
Can't find any "core" files (updatedb ; locate "core"). Coredump are usually in /var/liv/systemd/coredump for other programs, but nothing for dovecot. Looks like issue is in 'auth' and 'indexer-worker'. Where can be the coredump files ? On 2018-11-28 18:13, Timo Sirainen wrote: > See https://dovecot.org/bugreport.html#coredumps > > Without a
2008 May 24
1
R-Excel Macro Problem
I'm trying to write R functions into VBA code. I've done this many other times in other documents and everything has run great. But today I keep recieving an error message "Run-time error '1004': Application-defined or object-defined error." Has anyone else encountered this same error message? I do not recieve this error in the document when running regular VBA code.
2018 Nov 29
3
[2.3.4] Segmentation faults
finally managed to locate the dump here the output: # gdb /usr/libexec/dovecot/auth /var/lib/systemd/coredump/core.auth.0.3a33f56105e043de802a7dfcee265a07.28130.1543516118000000 GNU gdb (GDB) 8.2 Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it.
2018 Nov 30
0
[2.3.4] Segmentation faults
ANother (very very long) example : # gdb /usr/libexec/dovecot/indexer-worker core.indexer-worker.0.3a33f56105e043de802a7dfcee265a07.21017.1543533424000000 GNU gdb (GDB) 8.2 Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to
2014 Jul 25
0
Tinc + Tomato (firmware)
I've been running Tinc on my routers for several years. I thought I'd do an integration of tinc with gui in Tomato firmware because I find it useful. It's been working well for me, but I'm sure there's there's a bug or two, or something I've overlooked. Let me know of anything and I'll correct it in a future release. I created a tutorial for Tomato users here.
2001 Oct 14
0
DirectX 8 Library error.
I have written a directdraw program in dx7 that i can get working under wine. I have now written a simple directx8 3d program that works under windows but i am getting these wierd errors under wine. this is the output from wine -debugmsg +module pro666 I think it is a problem with the two libraries d3d8.lib and d3dx8.lib as I can see errors there. Also I notice that these are the two libraries