Reproducible crash - known bug?

Running asterisk-1.6.1-0.23.rc1.fc11.i586 on Fedora 11. I can reproducibly crash Asterisk by associating a single voicemail mailbox with two SIP extensions. For example:

[code][pap2t_line1]
type=friend
context=study
host=dynamic
md5secret=99ed0fe61b0d9b4a33e028f2959ce3c4
dtmfmode=rfc2833
rfc2833compensate=yes
mailbox=99@default

[spa3102_line1]
type=friend
context=house
host=dynamic
md5secret=bb531535faa09a629563474edcf96678
dtmfmode=rfc2833
rfc2833compensate=yes
mailbox=99@default
[/code]
The crash occurs soon, but not immediately, after Asterisk starts. (I have time to connect to the CLI and issue a few commands before getting disconnected.)

The crash only occurs if there is at least one message (new or old) in the mailbox. If the mailbox is empty, Asterisk will start and run fine – including voicemail, message waiting notifications to both extensions, etc.

Anyone seen anything like this? Known limitation/bug?

Thanks!

I would say it is a bug, which you could report at issues.asterisk.org/

Unfortunately (or maybe fortunately), the system that displayed the problem has committed suicide. (It was an old, fanless 600MHz C3 board, which no longer boots.) I’ve moved my Asterisk installation temporarily to a KVM guest on my desktop system, where the problem doesn’t show up.

I will try reproducing on the C7 replacement board which is supposed to show up later this week and open an issue if I can reproduce it there.

Thanks!