[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-dev] Remote server crash



Scott,

Woah, that's a nasty infinite loop:

[...]
369 scsynth                             0x0000000101c76bbd
operator==(ReplyAddress const&, ReplyAddress const&) + 29
(SC_Reply.cpp:30)
370 scsynth                             0x0000000101c76bbd
operator==(ReplyAddress const&, ReplyAddress const&) + 29
(SC_Reply.cpp:30)
371 scsynth                             0x0000000101c76bbd
operator==(ReplyAddress const&, ReplyAddress const&) + 29
(SC_Reply.cpp:30)
372 scsynth                             0x0000000101c76bbd
operator==(ReplyAddress const&, ReplyAddress const&) + 29
(SC_Reply.cpp:30)
3
[...]


What I don't understand is how this code, in SC_Reply.cpp, could ever
be anything other than an infinite loop:

bool operator==(const ReplyAddress& a, const ReplyAddress& b)
{
        return a == b;
}

Anyone?

Dan


2013/10/30 Scott Wilson <i@xxxxxxxxxxxxxx>:
> This looks to me like a nasty bug, but then the procedure for using remote servers is not well documented. IAC, I don't think it should crash:

_______________________________________________
sc-dev mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/