RE: "PANIC: Too many concurrent allocations"
"Oded Arbel" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Could happen on an old version with some memory leaks which is running for quite a while and was compiled with checking malloc. you can either upgrade to the latest CVS or recompile it with native malloc to solve this issue. the later solution will cause the error to go away, but will still leave Kannel eating out the memory of the system, so restarting it once in a while is a good idea. -- Oded Arbel m-Wise mobile solutions [email protected] +972-9-9581711 (116) +972-67-340014 ::.. Rule of Open-Source Programming #11: When a developer says she will work on something, she means "maybe". -----Original Message----- From: Rumsfeld Donald [mailto:[email protected]] Sent: Tuesday, September 03, 2002 7:29 PM To: Rumsfeld Donald; [email protected] Cc: [email protected] Subject: BUG: "PANIC: Too many concurrent allocations" Rumsfeld Donald wrote: Hi all, I'm using GW CVS-20020611. It works well, but after about 2 days, the GW died with error: "PANIC: Too many concurrent allocations.". Here's log: 2002-09-01 22:33:47 [0] INFO: Started access logfile `/log/access.log'. 2002-09-01 22:33:47 [0] DEBUG: Started thread 1 (gw/bb_store.c:store_cleanup) 2002-09-01 22:33:47 [0] DEBUG: HTTP: Opening server at port 13000. 2002-09-01 22:33:47 [0] DEBUG: Started thread 2 (gwlib/fdset.c:poller) 2002-09-01 22:33:47 [0] DEBUG: Started thread 3 (gwlib/http.c:server_thread) 2002-09-01 22:33:47 [0] DEBUG: Started thread 4 (gw/bb_http.c:httpadmin_run) 2002-09-01 22:33:47 [0] DEBUG: starting smsbox connection module 2002-09-01 22:33:47 [0] DEBUG: Started thread 8 (gw/bb_boxc.c:smsboxc_run) 2002-09-01 22:33:47 [0] DEBUG: Started thread 9 (gw/smsc_smpp.c:io_thread) 2002-09-01 22:33:47 [0] DEBUG: Started thread 10 (gw/bb_smscconn.c:sms_router) 2002-09-01 22:33:47 [0] INFO: Loading store file /log/gateway.store 2002-09-01 22:33:47 [0] INFO: Store-file size 61781, starting to unpack (may take awhile) 2002-09-01 22:33:47 [0] INFO: Retrieved 149 messages, no! n-! acknowledged messages: 149 2002-09-01 22:33:47 [0] INFO: MAIN: Start-up done, entering mainloop. 2002-09-01 22:33:54 [8] DEBUG: Started thread 11 (gw/bb_boxc.c:function) 2002-09-01 22:33:54 [11] INFO: Client connected from <127.0.0.1> 2002-09-01 22:33:54 [11] DEBUG: Started thread 12 (gw/bb_boxc.c:boxc_sender) 2002-09-01 22:34:15 [11] DEBUG: boxc_receiver: sms received ..... 2002-09-03 07:48:54 [11] DEBUG: boxc_receiver: sms received 2002-09-03 07:48:54 [11] PANIC: Too many concurrent allocations. Can anyone know this bug? Thanks, D.R., _____ Do You Yahoo!? Yahoo! <http://rd.yahoo.com/finance/mailsig/new/*http://finance.yahoo.com> Finance - Get real-time stock quotes _____ Do You Yahoo!? Yahoo! <http://rd.yahoo.com/finance/mailsig/new/*http://finance.yahoo.com> Finance - Get real-time stock quotes