[Barrelfish-users] Barrelfish-users Digest, Vol 29, Issue 28

Sachin Agarwalla sachin.agarwalla at cse.iitkgp.ernet.in
Thu Jun 21 13:22:07 CEST 2012


Dear Sir/Madam,
I am mtech student of IIT,kgp,India.I am working on a project on developing OS for scalable multi core architecture.I want to know whether barrelfish OS ia multhreaded or not.Also can you tell me whether barrelfish OS used openmp/inteltbb tool.
Can you help me to answer my query?
thanking you,
waiting for your reply,
yours faithfully,
sachinagarwalla

----- Original Message -----
From: barrelfish-users-request at lists.inf.ethz.ch
To: barrelfish-users at lists.inf.ethz.ch
Sent: Thursday, June 21, 2012 3:30:02 PM
Subject: Barrelfish-users Digest, Vol 29, Issue 28

Send Barrelfish-users mailing list submissions to
	barrelfish-users at lists.inf.ethz.ch

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users
or, via email, send a message with subject or body 'help' to
	barrelfish-users-request at lists.inf.ethz.ch

You can reach the person managing the list at
	barrelfish-users-owner at lists.inf.ethz.ch

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Barrelfish-users digest..."


Today's Topics:

   1. OCT_ERR_PARSER_FAIL: Record parser encountered	syntax error
      (Shi Jinghao)
   2. Re: OCT_ERR_PARSER_FAIL: Record parser encountered	syntax
      error (Zellweger  Gerd)
   3. Re: OCT_ERR_PARSER_FAIL: Record parser encountered syntax
      error (Shi Jinghao)


----------------------------------------------------------------------

Message: 1
Date: Thu, 21 Jun 2012 12:51:51 +0800
From: Shi Jinghao <jhshi at cs.hku.hk>
Subject: [Barrelfish-users] OCT_ERR_PARSER_FAIL: Record parser
	encountered	syntax error
To: barrelfish-users at lists.inf.ethz.ch
Message-ID:
	<CAKdW-HE_3thMY-oM4nfr_O3oq1dpU-YEDvLE=uacoc_mHi7mXw at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi,

Recently I migrated my code from release2011-09-02 to the latest release.
But I immediately got this error when I call nameservice_register. I didn't
figure out why since the migration takes almost no code change. Can
somebody explain the possible causes of this error? Or are there any extra
precautions when using IDC in the latest release?

Thanks in advance!

Regards,
Jinghao
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.inf.ethz.ch/pipermail/barrelfish-users/attachments/20120621/5191124f/attachment-0001.html 

------------------------------

Message: 2
Date: Thu, 21 Jun 2012 07:03:59 +0000
From: "Zellweger  Gerd" <zgerd at student.ethz.ch>
Subject: Re: [Barrelfish-users] OCT_ERR_PARSER_FAIL: Record parser
	encountered	syntax error
To: Shi Jinghao <jhshi at cs.hku.hk>
Cc: "barrelfish-users at lists.inf.ethz.ch"
	<barrelfish-users at lists.inf.ethz.ch>
Message-ID: <6320E8EB8841F3449959B0CDA6124EF5136ABCDC at MBX10.d.ethz.ch>
Content-Type: text/plain; charset="iso-8859-1"

Hi Shi Jinghao,



The backend of the nameservice has changed. This has introduced slightly different syntax rules for nameservice entries. How does the service name you are trying to register look like?



The syntax rule for service names is: lower-case-alphabetic-character { alphabetic-character | digit | "_" | "." }



Let me know if this solves your problem...



Best regards

Gerd



________________________________
From: Shi Jinghao [jhshi at cs.hku.hk]
Sent: 21 June 2012 06:51
To: barrelfish-users at lists.inf.ethz.ch
Subject: [Barrelfish-users] OCT_ERR_PARSER_FAIL: Record parser encountered syntax error

Hi,

Recently I migrated my code from release2011-09-02 to the latest release. But I immediately got this error when I call nameservice_register. I didn't figure out why since the migration takes almost no code change. Can somebody explain the possible causes of this error? Or are there any extra precautions when using IDC in the latest release?

Thanks in advance!

Regards,
Jinghao



------------------------------

Message: 3
Date: Thu, 21 Jun 2012 15:26:11 +0800
From: Shi Jinghao <jhshi at cs.hku.hk>
Subject: Re: [Barrelfish-users] OCT_ERR_PARSER_FAIL: Record parser
	encountered syntax error
To: Zellweger Gerd <zgerd at student.ethz.ch>
Cc: "barrelfish-users at lists.inf.ethz.ch"
	<barrelfish-users at lists.inf.ethz.ch>
Message-ID:
	<CAKdW-HHO3T-0P8UQe=SfjojxrN1a7Uz=58VdOU9=hZe8=r3P3A at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi Gerd,

Thanks for your reply. Yes, the service name I was trying to register
consists of upper-case characters. After change it to lower-case
characters, the nameservice_register success!

Regards,
Jinghao

On Thu, Jun 21, 2012 at 3:03 PM, Zellweger Gerd <zgerd at student.ethz.ch>wrote:

> Hi Shi Jinghao,
>
>
>
> The backend of the nameservice has changed. This has introduced slightly
> different syntax rules for nameservice entries. How does the service name
> you are trying to register look like?
>
>
>
> The syntax rule for service names is: lower-case-alphabetic-character {
> alphabetic-character | digit | "_" | "." }
>
>
>
> Let me know if this solves your problem...
>
>
>
> Best regards
>
> Gerd
>
>
>
> ________________________________
> From: Shi Jinghao [jhshi at cs.hku.hk]
> Sent: 21 June 2012 06:51
> To: barrelfish-users at lists.inf.ethz.ch
> Subject: [Barrelfish-users] OCT_ERR_PARSER_FAIL: Record parser encountered
> syntax error
>
> Hi,
>
> Recently I migrated my code from release2011-09-02 to the latest release.
> But I immediately got this error when I call nameservice_register. I didn't
> figure out why since the migration takes almost no code change. Can
> somebody explain the possible causes of this error? Or are there any extra
> precautions when using IDC in the latest release?
>
> Thanks in advance!
>
> Regards,
> Jinghao
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.inf.ethz.ch/pipermail/barrelfish-users/attachments/20120621/397a99f2/attachment-0001.html 

------------------------------

_______________________________________________
Barrelfish-users mailing list
Barrelfish-users at lists.inf.ethz.ch
https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users


End of Barrelfish-users Digest, Vol 29, Issue 28
************************************************



More information about the Barrelfish-users mailing list