[OpenSIPS-Devel] [opensips] profile_get_size freezes (#257)

Nick Heape notifications at github.com
Mon Jul 7 16:42:36 CEST 2014


@bogdan-iancu - thanks for the help.  I'm able to reproduce this problem fairly easily.

CPU usage of opensips doesn't exceed 2% during these events.

The command spawns three opensipsctl processes, so I debugged the first. Here's the backtrace result I was able to return (the process killed itself shortly thereafter)

```
(gdb) bt
#0  0x00002b2be367ad95 in waitpid () from /lib64/libc.so.6
#1  0x0000000000435cd1 in ?? ()
#2  0x0000000000437b0e in wait_for ()
#3  0x000000000043854e in wait_for_single_pid ()
#4  0x000000000043876e in wait_for_background_pids ()
#5  0x0000000000464349 in wait_builtin ()
#6  0x0000000000428666 in ?? ()
#7  0x0000000000429cb7 in ?? ()
#8  0x000000000042aa64 in execute_command_internal ()
#9  0x000000000042cd84 in ?? ()
#10 0x000000000042ab37 in execute_command_internal ()
#11 0x000000000042bd3f in execute_command ()
#12 0x000000000042cd4d in ?? ()
#13 0x000000000042ab37 in execute_command_internal ()
#14 0x000000000042bd3f in execute_command ()
#15 0x000000000042cd4d in ?? ()
#16 0x000000000042ab37 in execute_command_internal ()
#17 0x000000000042abaf in execute_command_internal ()
#18 0x0000000000429111 in ?? ()
#19 0x000000000042a0a0 in ?? ()
#20 0x000000000042aa64 in execute_command_internal ()
#21 0x000000000042cd84 in ?? ()
#22 0x000000000042ab37 in execute_command_internal ()
#23 0x000000000042bd3f in execute_command ()
#24 0x000000000042b1d6 in execute_command_internal ()
#25 0x000000000042bd3f in execute_command ()
#26 0x000000000041b7f6 in reader_loop ()
#27 0x000000000041b2da in main ()
(gdb) Killed
```
Additional attempts yielded similar results.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/257#issuecomment-48187240
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20140707/db01212d/attachment.htm>


More information about the Devel mailing list