Forgot to mention - this will only crash when you deploy. Running locally works fine. Cheers R
On Sat, Jun 30, 2012 at 5:12 PM, Ron Peleg <[email protected]> wrote: > Hi Takashi > > My apologies, for some reason I cannot find where to log a new appengine > bug... > If you can direct my I will open the new issue. > > In the meanwhile - here is also the minimal code to reproduce: > > 1. Create a new appengine 1.6.6 app with sample code in eclipse > 2. Replace the servlet doGet code with this: > 1. > 2. Bidi bidi = new Bidi("test string", > Bidi.DIRECTION_RIGHT_TO_LEFT); > 3. resp.setContentType("text/plain"); > 4. resp.getWriter().println("Hello, bidi crash"); > 3. The line with the '... new Bidi ...' crashes app engine. > > > Best regards, > Ron > > On Wed, Jun 27, 2012 at 8:47 AM, Takashi Matsuo <[email protected]>wrote: > >> >> Hi rp, >> >> Thanks! It's always helpful for us if you create an issue with a minimal >> code for repro. >> >> -- Takashi >> On Jun 26, 2012 9:44 PM, "rp1970" <[email protected]> wrote: >> >>> Hi Takashi, >>> >>> Thanks for the quick reply! I will file an issue, to make it easier I >>> will simulate first with a completely clean app. Let me know if this is not >>> needed. >>> >>> Thanks >>> rp >>> >>> On Monday, June 25, 2012 8:19:08 PM UTC+3, Takashi Matsuo (Google) wrote: >>>> >>>> Hi rp, >>>> >>>> The log indicates that the code tried to make a system call which is >>>> not allowed in the app engine runtime. >>>> Can you file an issue on our issue tracker? >>>> >>>> -- Takashi >>>> >>>> On Sun, Jun 24, 2012 at 2:10 PM, rp1970 wrote: >>>> > >>>> > Hi, >>>> > >>>> > I am experiencing a constant crash when inserting the below code into >>>> any >>>> > call: >>>> > Bidi bidi = new Bidi("some string", >>>> > Bidi.DIRECTION_DEFAULT_RIGHT_**TO_LEFT); >>>> >>>> > int runs = bidi.getRunCount(); >>>> > int base = bidi.getBaseLevel(); >>>> > >>>> > the code as is is of course not usable, this is just the simplest >>>> code I >>>> > found to crash my servlet. Crash happens only on the >>>> deployed environment; >>>> > when I run locally my (full) Bidi code works fine. >>>> > I am using the latest SDK 1.6.6, so the problem is not there I >>>> guess(?) The >>>> > logging on the server shows: >>>> > >>>> > A problem was encountered with the process that handled this request, >>>> > causing it to exit. This is likely to cause a new process to be used >>>> for the >>>> > next request to your application. (Error code 202) >>>> > >>>> > >>>> > Any suggestions from any one? Let me know if any more info is needed >>>> > Thanks >>>> > rp >>>> > >>>> >>>> >>>> -- >>>> Takashi Matsuo | Developer Advocate | [email protected] >>>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Google App Engine" group. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msg/google-appengine/-/0H9rm_NN2I4J. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/google-appengine?hl=en. >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-appengine?hl=en. >> > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
