https://bugzilla.novell.com/show_bug.cgi?id=638379
https://bugzilla.novell.com/show_bug.cgi?id=638379#c0 Summary: Warnings: Detected an attempt to call a symbol in system libaries that is not present on the iPhone... Classification: Mono Product: MonoTouch Version: SVN Platform: Macintosh OS/Version: Mac OS X 10.6 Status: NEW Severity: Normal Priority: P5 - None Component: Debugger AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.55 Safari/534.3 When running apps in the iPhone Simlutator the Application Output prints: Monotouch: 3.1.1 iOS SDK: 4.1 Xcode: 3.2.4 Detected an attempt to call a symbol in system libraries that is not present on the iPhone: mmap$UNIX2003 called from function mono_valloc in image .simlauncher-4. Detected an attempt to call a symbol in system libraries that is not present on the iPhone: mprotect$UNIX2003 called from function mono_mprotect in image .simlauncher-4. Detected an attempt to call a symbol in system libraries that is not present on the iPhone: opendir$INODE64$UNIX2003 called from function g_dir_open in image simlauncher-4. Detected an attempt to call a symbol in system libraries that is not present on the iPhone: close$UNIX2003 called from function mono_shared_area_for_pid in image simlauncher-4. Detected an attempt to call a symbol in system libraries that is not present on the iPhone: munmap$UNIX2003 called from function mono_shared_area_unload in image simlauncher-4. Detected an attempt to call a symbol in system libraries that is not present on the iPhone: fopen$UNIX2003 called from function mono_file_map_open in image .simlauncher-4. Detected an attempt to call a symbol in system libraries that is not present on the iPhone: fstat$INODE64 called from function mono_file_map_size in image .simlauncher-4. Detected an attempt to call a symbol in system libraries that is not present on the iPhone: open$UNIX2003 called from function g_file_get_contents in image .simlauncher-4. Detected an attempt to call a symbol in system libraries that is not present on the iPhone: pthread_cond_init$UNIX2003 called from function _wapi_handle_init in image simlauncher-4. Detected an attempt to call a symbol in system libraries that is not present on the iPhone: unsetenv$UNIX2003 called from function g_unsetenv in image .simlauncher-4. Detected an attempt to call a symbol in system libraries that is not present on the iPhone: pthread_cond_wait$UNIX2003 called from function sem_wait in image simlauncher-4. Detected an attempt to call a symbol in system libraries that is not present on the iPhone: stat$INODE64 called from function g_file_test in image .simlauncher-4. Detected an attempt to call a symbol in system libraries that is not present on the iPhone: usleep$UNIX2003 called from function monotouch_pump_gc in image .simlauncher-4. Detected an attempt to call a symbol in system libraries that is not present on the iPhone: mktime$UNIX2003 called from function ves_icall_System_CurrentSystemTimeZone_GetTimeZoneData in image .simlauncher-4. Detected an attempt to call a symbol in system libraries that is not present on the iPhone: strftime$UNIX2003 called from function ves_icall_System_CurrentSystemTimeZone_GetTimeZoneData in image .simlauncher-4. Detected an attempt to call a symbol in system libraries that is not present on the iPhone: lstat$INODE64 called from function _wapi_lstat in image .simlauncher-4. Detected an attempt to call a symbol in system libraries that is not present on the iPhone: read$UNIX2003 called from function file_read in image .simlauncher-4. Detected an attempt to call a symbol in system libraries that is not present on the iPhone: fcntl$UNIX2003 called from function _wapi_stdhandle_create in image simlauncher-4. Detected an attempt to call a symbol in system libraries that is not present on the iPhone: write$UNIX2003 called from function console_write in image .simlauncher-4. Detected an attempt to call a symbol in system libraries that is not present on the iPhone: pthread_cond_timedwait$UNIX2003 called from function _wapi_handle_timedwait_signal_handle in image .simlauncher-4. This output happens in everyone of my projects. However, the app seems to be working in the simulator. Reproducible: Always Steps to Reproduce: 1. Compile an app and run it in the simulator 2. Check the Application Output Actual Results: See details... Expected Results: There shouldn't be any warnings... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
