|
Home > Archive > Unix Programming > February 2006 > Problem
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hi there,
I've used sockets to allow two softwares to communicate with each
other. One is acting as a server and the other as a client. I get the
following message on the console when sending data from client to
server. Can somebody please explain the following message-:
X Error of failed request: BadIDChoice (invalid resource ID chosen for
this connection)
Major opcode of failed request: 55 (X_CreateGC)
Resource id in failed request: 0x2600028
Serial number of failed request: 4299
Current serial number in output stream: 3376
Thanks,
-RG
| |
| Barry Margolin 2006-02-17, 10:40 pm |
| In article <1140079231.548365.88730@z14g2000cwz.googlegroups.com>,
"RG" <rashii_g@rediffmail.com> wrote:
> Hi there,
>
> I've used sockets to allow two softwares to communicate with each
> other. One is acting as a server and the other as a client. I get the
> following message on the console when sending data from client to
> server. Can somebody please explain the following message-:
>
> X Error of failed request: BadIDChoice (invalid resource ID chosen for
> this connection)
> Major opcode of failed request: 55 (X_CreateGC)
> Resource id in failed request: 0x2600028
> Serial number of failed request: 4299
> Current serial number in output stream: 3376
This message is coming from an X11 GUI application, I don't think it has
anything to do with your client/server code (unless one of them displays
windows).
--
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***
| |
| Jim Cochrane 2006-02-17, 10:40 pm |
| In article <1140079231.548365.88730@z14g2000cwz.googlegroups.com>, RG wrote:
> Hi there,
>
> I've used sockets to allow two softwares to communicate with each
> other. One is acting as a server and the other as a client. I get the
> following message on the console when sending data from client to
> server. Can somebody please explain the following message-:
>
> X Error of failed request: BadIDChoice (invalid resource ID chosen for
> this connection)
> Major opcode of failed request: 55 (X_CreateGC)
> Resource id in failed request: 0x2600028
> Serial number of failed request: 4299
> Current serial number in output stream: 3376
>
> Thanks,
> -RG
>
A tip: You'll greatly increase your chances of getting helpful responses by
using a subject line that gives a short summary of the problem - when
people see "Problem", they're likely to think "I have no idea if this query
falls within my area of expertise, so I'll just skip it." A good subject
saves time for those who might respond and thus makes it more likely that
they will respond.
--
Jim Cochrane; jtc@dimensional.com
[When responding by email, include the term non-spam in the subject line to
get through my spam filter.]
|
|
|
|
|