dragoip / 0xdroid

Automatically exported from code.google.com/p/0xdroid
0 stars 0 forks source link

Launching Camcorder make mediaserver crash #137

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Launching Camcorder 
2. or Launching Camera first then switch to Camcorder
3.

What is the expected output? What do you see instead?
There should be camera preview but mediaserver crashes

Before opencore merged V2.07, this issue won't happen.
It's a null pointer crash and the call stack is as below:

#0  fileno (fp=0x0) at bionic/libc/stdio/fileno.c:43
#1  0xa6032948 in OsclNativeFile::Open (this=0xa80e0, aHandle=@0x79048, 
mode=10, params=<value optimized out>, fileserv=@0x617fc)
    at external/opencore/oscl/oscl/osclio/src/oscl_file_native.cpp:86
#2  0xa60317a6 in Oscl_File::CallNativeOpen (this=0xa8138, handle=@0x79048, 
mode=10, params=@0x407979b8, fileserv=@0x617fc)
    at external/opencore/oscl/oscl/osclio/src/oscl_file_io.cpp:814
#3  0xa6031dac in Oscl_File::Open (this=0xa8138, filename=<value optimized 
out>, mode=10, fileserv=@0x617fc)
    at external/opencore/oscl/oscl/osclio/src/oscl_file_io.cpp:408
#4  0xa782d832 in PVMp4FFComposerNode::SetOutputFileDescriptor (this=0x61598, 
aFileHandle=0xafe3de90)
    at external/opencore/nodes/pvmp4ffcomposernode/src/pvmp4ffcn_node.cpp:592
#5  0xa783a42a in android::AuthorDriver::handleSetOutputFile (this=0x34108, 
ac=<value optimized out>)
    at external/opencore/android/author/authordriver.cpp:682
#6  0x00000000 in ?? ()

Original issue reported on code.google.com by ShunYu.C...@gmail.com on 30 Jul 2010 at 3:17

GoogleCodeExporter commented 9 years ago
same issue with my htc evo on froyo.

Original comment by paul14...@gmail.com on 22 Aug 2010 at 11:34