[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-dev] Remote server crash
- To: SuperCollider developers list <sc-dev@xxxxxxxxxxxxxxxx>
- Subject: Re: [sc-dev] Remote server crash
- From: Dan Stowell <danstowell+sc3@xxxxxxxxx>
- Date: Wed, 30 Oct 2013 11:55:22 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=rqQegTC9V5VT5mvHyJefaLPszXJ8uYISvml6uMj1J1E=; b=husfNQSApJf9082No67MXJFcebnNJ4FNxUrDCGRUo9ic9akHPSrskdO++yeMBkCpVn EPd8m91QTPjtd1/MSOS/tfuzuLmI3y5HkTKKqncs6ImTMjbi9T/zALFs6KjQx0FEMpth InMei5OeW8ETfq2UWzfIzTeY/D+gKxG/rbzgxKTCfkwS4JlBrDq9tLs3e8lV6+YwerEU wvsZvqEVAdtBG2HGoJff7n0zYnUe0598DAPsqmoVlS+8W/aK5bM+KFcb033uirg1VQMT w7jWlyduV3DCyT9B0527gDVosh3f6RoJ47nFZzncZH6kaTjNF2Rey2f9JKyTn8OdL69E UIRw==
- In-reply-to: <D910A6B6-6B42-4A28-B340-0220C601CC92@scottwilson.ca>
- List-id: SuperCollider developers mailing list <sc-devel.create.ucsb.edu>
- References: <D910A6B6-6B42-4A28-B340-0220C601CC92@scottwilson.ca>
- Reply-to: sc-dev@xxxxxxxxxxxxxxxx
- Sender: owner-sc-dev@xxxxxxxxxxxxxxxx
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/