2001-11-29 07:49:27 [0] DEBUG: Started thread 5 (gwlib/http.c:write_request_thread)
........
2001-11-29 07:49:31 [6] INFO: Starting to service <key> from <number> to <number>
2001-11-29 07:49:31 [5] DEBUG: HTTP: Sending request:
2001-11-29 07:49:31 [5] DEBUG: Octet string at 0x404032f8:
2001-11-29 07:49:31 [5] DEBUG:   len:  123
2001-11-29 07:49:31 [5] DEBUG:   size: 124
2001-11-29 07:49:31 [5] DEBUG:   immutable: 0
2001-11-29 07:49:31 [5] DEBUG:   data: 47 45 54 20 2f 53 4d 53   GET /SMS
..... (Normal request)
2001-11-29 07:49:31 [5] DEBUG:   data: 0a 55 73 65 72 2d 41 67   .User-Ag
2001-11-29 07:49:31 [5] DEBUG:   data: 65 6e 74 3a 20 4b 61 6e   ent: Kan
2001-11-29 07:49:31 [5] DEBUG:   data: 6e 65 6c 20 63 76 73 0d   nel cvs.
2001-11-29 07:49:31 [5] DEBUG:   data: 0a 0d 0a                  ...
2001-11-29 07:49:31 [5] DEBUG: Octet string dump ends.
2001-11-29 07:49:31 [5] PANIC: mutex_unlock: Mutex failure!
2001-11-29 07:49:31 [5] PANIC: System error 22: Invalid argument
Please note that I'm receiving more than 10k messages/hour and sending +- 15k
 
BTW: I have another problem using two smsboxes, I'll send in other message.
 
----- Original Message -----
From: Paul Keogh
Sent: Thursday, November 29, 2001 1:33 PM
Subject: RE: System error 22

 
Then I've compiled with native malloc and I got the same error. 
 
You only see this with the gw_check_ interface and you won't
get this with native malloc, so check your build again. 
 
Then I've added a throughput delay in EMI2 inside the receive messages while, to
limit the peak number of messages.
 
Still, now I got this error in smsbox:
 
2001-11-29 09:28:55 [5] DEBUG: Octet string dump ends.
2001-11-29 09:28:55 [5] PANIC: mutex_unlock: Mutex failure!
2001-11-29 09:28:55 [5] PANIC: System error 22: Invalid argument
Any ideas for the first and this last bug ? 
 
Ouch.  Need some previous debug logging to see what the context is
and what thread 5 is.
 

Reply via email to