GUIDINGLI commented on pull request #2124:
URL: https://github.com/apache/incubator-nuttx/pull/2124#issuecomment-721501909


   @masayuki2009
   
   Have you pick another patch for increase stack size ?
   
   
https://github.com/apache/incubator-nuttx/pull/2124/commits/d86d7bc177d9180022549d4d4476b88127510f79
   
   From your log:
   #0  0x00005555555714a2 in file_vioctl (filep=0x10000000d8, req=4100, 
ap=0x7ffff2c8b520) at vfs/fs_ioctl.c:87
   
   filep address is invaild
   
   in my gdb:
   
   filep is the same area with ap, both 0x7ffff2c...
   
   #0  file_vioctl (filep=0x7ffff2c7a8c8, req=4100, ap=0x7ffff2c9af40) at 
vfs/fs_ioctl.c:87
   #1  0x000055555556fb4c in nx_vioctl (fd=4, req=4100, ap=0x7ffff2c9af40) at 
vfs/fs_ioctl.c:173
   #2  0x000055555556fe44 in ioctl (fd=4, req=4100) at vfs/fs_ioctl.c:259
   #3  0x000055555558cc96 in nxplayer_setvolume (pplayer=0x7ffff2bfa0f0, 
volume=400) at nxplayer.c:1226
   #4  0x000055555558c973 in nxplayer_playthread (pvarg=0x7ffff2bfa0f0) at 
nxplayer.c:957
   #5  0x0000555555581e3a in pthread_start () at pthread/pthread_create.c:192
   #6  0x0000000000000000 in ?? ()
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to