Re: [milter-greylist] Config reload SIGSEGV in the spotlight
2004-05-29 by manu@netbsd.org
... I didn t noticed Cyril changed that in the test. The original test does not use static data. -- Emmanuel Dreyfus Il y a 10 sortes de personnes dans le
Yahoo Groups archive
Messages
Page 143 of 144 · 7199 messages matched
2004-05-29 by manu@netbsd.org
... I didn t noticed Cyril changed that in the test. The original test does not use static data. -- Emmanuel Dreyfus Il y a 10 sortes de personnes dans le
2004-05-29 by Cyril Guibourg
... You are completely right. I m going to have some rest. :(
2004-05-29 by Cyril Guibourg
... Don t know. Btw, the freebsd port mechanism could add this during pre-build stages, it has been designed for that too. ... Maybe be this is the solution.
2004-05-29 by Matthieu Herrb
... I fail to see how this define can affect anyting in you program. ... static variables are allocated in bss, not on the stack. -- Matthieu
2004-05-29 by manu@netbsd.org
... How portable is that? pthread_attr_setstacksize() is in the POSIX standards, so it seems the way to go, but unfortunately, thread creation occurs in
2004-05-29 by Cyril Guibourg
... Please ignore my previous silly answer :-[ I do have very good news !!!! Check this: $ cat x.c #include #define THREAD_STACK_SIZE 5*1024*1024
2004-05-29 by Cyril Guibourg
... I will check on Solaris and maybe HP-UX next week. ... Is pthread_attr_setstacksize() a good candidate ? I really don t know...
2004-05-29 by manu@netbsd.org
Hi I have been able to spot the SIGSEGV on config reload problem on Cyril s machine. The problem is caused by a low limit on the stack size when a program is
2004-05-28 by manu@netbsd.org
... You are not wrong (i.e. you are right), there is no way of doing that yet. per-recipient configuration is a good idea, but it s clearly a post 1.4 project.
2004-05-28 by manu@netbsd.org
Hi all I ve released 1.3.6, which fixes the horrible bug with rcpt that was not working anymore. I ll now try to track down the SIGSEGV problem reported by
2004-05-28 by Dan Hollis
We plan to deploy milter-greylist for our ISP customers. Right now we have web interface which lets individual users enable/disable greylisting for their
2004-05-28 by manu@netbsd.org
... Yes, it has been reported earlier today: rcpt clauses don t work anymore without regex since 1.3.4. Another bug to fix. Mmmm unstable branch... -- Emmanuel
2004-05-28 by Ethan Burnside
Emmanuel, Good deal. Glad you got in. I verified that the crash wasn t happening, both with your 1.3.5 build and with our 1.3.4 build in /usr/local/bin.
2004-05-28 by Dan Hollis
... I of course meant 1.3.5 -Dan
2004-05-28 by Dan Hollis
... Maybe, but 1.2.2 doesn t complain. Only 1.3.4 gives this complaint on startup. -Dan
2004-05-28 by manu@netbsd.org
... That s when reloading the text dump, right? It s synaxically invalid addresses that have been included in the database. The parser, which is picky enough
2004-05-28 by Dan Hollis
dont know if this was reported already, but: May 28 14:34:19 sasami milter-greylist: unknown token [ line 1026, skiping May 28 14:34:19 sasami
2004-05-28 by manu@netbsd.org
... You have an interim fix in the meantime: define a regex :) -- Emmanuel Dreyfus Il y a 10 sortes de personnes dans le monde: ceux qui comprennent le binaire
2004-05-28 by dowskimania
... Excellent. I m looking forward to getting this working. Thanks for this piece of software. Christian
2004-05-28 by manu@netbsd.org
... Ok, I can reproduce that one. I ll work on a fix. -- Emmanuel Dreyfus Il y a 10 sortes de personnes dans le monde: ceux qui comprennent le binaire et ceux
2004-05-28 by Ethan Burnside
Sure, I have one of my coworkers setting up a dedicated virtual server right now for you. I ll send you hostname/login/pass details in a seperate mail when
2004-05-28 by dowskimania
Hi, When I attempt to run milter-greylist in test mode with some recipients defined: rcpt someone@greenville.edu ... ... I get an error on loading when it gets
2004-05-28 by manu@netbsd.org
... Obviously there is something horribly wrong with the configuration parser. The temporary workaround is simple: restart milter-greylist once you changed the
2004-05-28 by Ethan Burnside
Yea, I grabbed 1.3.4 last night and put it on our cluster of 5 or so mail servers. (somewhat of a forced upgrade... we were in desperate need of the dumpfreq
2004-05-28 by Cyril Guibourg
... Agree with you.
2004-05-28 by manu@netbsd.org
... Yes, this is probably something like that (check with the bt command). This is probably caused by some local variable overflow, but yydestruct() is so
2004-05-28 by Cyril Guibourg
... I ve put conf_yacc.y in debug mode it didn t help. This is very strange: the very first time conf_parse is called, I see all state machine debug output. On
2004-05-28 by manu@netbsd.org
... Copy conf_yacc.c to y.tab.c and gdb should be happy with that. ... You can add printf at the beginning and the end of command blocks in the conf_yacc.y
2004-05-28 by Matthias Scheler
... Both. -Wall is -v , -O2 is -xO2 . But Solaris C compile will accept -O just fine. Kind regards -- Matthias Scheler
2004-05-28 by Cyril Guibourg
... No, simply forgot to do it. ... This is what I did when I was trying to reproduce with gdb `attached to the running process. gdb claimed he was unable to
2004-05-28 by manu@netbsd.org
... Try upgrading flex as well? Build the beast with -g, make sure the binary is not stripped at install step, run it under gdb, and we ll have the source code
2004-05-28 by Cyril Guibourg
... Aaaargh ! Same issue with bison 1.875
2004-05-28 by manu@netbsd.org
... Good idea, it will be the case in the next release. ... Well for greylist tuple checks it should be useless (or even bad) as the sender should always
2004-05-28 by Alexandre CHERIF
Hi, i m testing milter-greylist for about two days now and it seems to work pretty well. but i think it will be well that: - the regcomp function should be
2004-05-28 by Cyril Guibourg
... If you wish I can dig deeper on it this weekend. I will just need some guidance for being able to trace into the parser with gdb. It s a long time I don t
2004-05-28 by manu@netbsd.org
... The first step would be to build with latest bison and check if the problem is still there. No need to rediscover something that has already been fixed
2004-05-28 by Matthieu Herrb
... this also makes install over NFS a bit painful. I had to chmod +r * . It would be nice if the source were readable by everyone by default. Thanks. --
2004-05-28 by Cyril Guibourg
... right
2004-05-28 by Matthieu Herrb
This has bugged me since the beginning, but I was too lazy to fix it. Noticed while installing over NFS when root cannot write to the source directory... (The
2004-05-28 by manu@netbsd.org
... Anyone else has this problem? I can t reproduce it at mine, even with downgrading bison to the same version as Cyril (1.75) -- Emmanuel Dreyfus Il y a 10
2004-05-28 by manu@netbsd.org
... So you have a setup where: s 1) startup milter-greylist 2) touch the config file 3) handle a tuple Will crash reliabily, right? -- Emmanuel Dreyfus Il y a
2004-05-28 by Cyril Guibourg
... OK, I send them to you in a separate message. ... Yes.
2004-05-28 by Cyril Guibourg
... The port has been committed.
2004-05-28 by Cyril Guibourg
... Well, I am able to reproduce the error very easily: - start milter greylist - one tupple processing - update of config file mtime - one tupple processing
2004-05-28 by manu@netbsd.org
... It s crashing in the parser. I think I ll need your config file to reproduce that. The file generated by yacc might be usefull (just in case it is
2004-05-27 by Matthieu Herrb
... Both of them. It only accepts -O for optimization, and doesn t know anything about the -W options. -- Matthieu
2004-05-27 by Cyril Guibourg
... I would bet for -Wall :)
2004-05-27 by manu@netbsd.org
... Yes, -O2 is added in @CC@ automatically anyway, so we can drop it. I ll test for -Wall availability. -- Emmanuel Dreyfus Il y a 10 sortes de personnes dans
2004-05-27 by Cyril Guibourg
I submitted a new milter-greylist FreeBSD port today: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/67252 Until it is committed to the cvs tree, you can
2004-05-27 by manu@netbsd.org
... What option bugs Solaris cc? -Wall or -O2? -- Emmanuel Dreyfus Il y a 10 sortes de personnes dans le monde: ceux qui comprennent le binaire et ceux qui ne