For me, this has been happening consistently on my Mac.  After running
it mostly successfully for weeks, today I can't get the emulator to
start successfully.

I haven't really looked through the qemud source code, but at
http://gitorious.org/0xdroid/external_qemu/blobs/3a0c4d9eed9ba76e2744258af212b8c1269a24a5/android/hw-qemud.c
I notice:

1228    /* we don't expect clients of char. services to exit. Just
1229     * print an error to signal an unexpected situation. We should
1230     * be able to recover from these though, so don't panic.
1231     */
1232    static void
1233    _qemud_char_client_close( void*  opaque )
1234    {
1235        derror("unexpected qemud char. channel close");
1236    }

Any ideas?





On Jan 28, 6:46 pm, David Turner <di...@android.com> wrote:
> This is an emulator bug that is unrelated to your application. I could never
> reproduce it but several people have reported it.
> Can you confirm that you have a 100% way to reproduce it ?
>
>
>
> On Thu, Jan 28, 2010 at 3:24 PM, Kevin Duffey <andjar...@gmail.com> wrote:
> > Hi all,
>
> > I've seen other posts on emulators, but none seem to match my issue.
> > Basically on a clean boot of my Ubuntu 9.04 64-bit system, I fire up
> > Eclipse, load my project, and run it in debug (or not) mode. Either way, the
> > emulator fires up, takes about 30 to 45 seconds to initialize, and my app
> > shows up. When I make some changes and rebuild my app, sometimes it reloads
> > properly. However, if I shut down the emulator at all, then relaunch it
> > fresh, I am constantly getting the following error in the console output:
>
> > emulator: ERROR: unexpected qemud char. channel close
>
> > Now, I run in DDMS perspective as well, and I see a bunch of threads start
> > up. I also see my app being deployed. Then slowly, all the threads including
> > the normal ones like Alarm clock, etc disappear. Then that error line shows
> > up. At this point, my app somehow shows up in the emulator (it's a google
> > maps app), and I have NOT had to press the menu key to get past the normal
> > lock screen. Not sure why when this thing crashes like this, I've not had to
> > use the lock screen menu press to see my app like I usually do.
>
> > I've not found any useful info on the specific error either.
>
> > Thank you for any help.
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.
> > To post to this group, send email to android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscr...@googlegroups.com<android-developers%2Bunsubs 
> > cr...@googlegroups.com>
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to