Darwin is the open-source core of Mac OS X and iOS. It is derived from NeXTStep, Mach, and *BSD; the kernel is called XNU.
2
votes
1answer
95 views
What does “Syscall()” means in go package “syscall”?
During the research of my another question Go package syscall conn.Read() is non-blocking and cause high CPU usage, I read source code in syscall package.
Since I found my last issue on OS X 10.8.3, ...
1
vote
1answer
38 views
Process hangs and PIPE is blocked
I seem to have a deadlock. I have perl scripts forking and calling another perl scripts. And the process hangs somewhere.
I am running the program on :
Darwin Kernel Version 12.3.0: Sun Jan 6 ...
0
votes
1answer
25 views
/usr/local/lib/gcc/x86_64-apple-darwin10.8.0/4.6.4/libgcc.a warning
I have a warning involving /usr/local/lib/gcc/x86_64-apple-darwin10.8.0/4.6.4/libgcc.a. I was trying to compile a C++ project using a Makefile, which shows the following:
executeit: bplustree.o ...
0
votes
0answers
38 views
gcc-4.8 failed with error “where has __float128 gone?”
I am trying to build GCC on a core2-apple-darwin12.3.0 i386 machine. The configure seems to go through without problems but when I invoke 'make' it returns an error.
In file included from ...
1
vote
0answers
109 views
Compiling OSX open source code with XCode 4.6.2
After downloading various open source code projects for OSX 10.8.3 from
[Mac OS X 10.8.3][1]
Several of the projects contain a readme file stating that the "Darwin" "Active Build Style" must be set ...
0
votes
0answers
22 views
Video streaming app in ipad
I want to develop a video chat app(video streaming) in iPad. Client may connect from different devices like iPad or Android or Desktop(Windows,Mac). Should support multi platform. I have gone through ...
0
votes
0answers
55 views
Adding mod_archive_odbc to binary installation of ejabberd?
So I've installed ejabberd using the OSX installer version 2.1.11 -- 'ejabberd-2.1.11-osx-installer'.
Works fine in base mode. However, I want to add the mod_archive_odbc module. I've copied the four ...
0
votes
2answers
41 views
update calendar failed when rrule has BYDAY && (COUNT or UNTIL)
I use ical and darwin in my web site.
when i create a event with rrule, it failed when the event has byday and count.
Forexample:
success 1(weekly and no count):
BEGIN:VCALENDAR
VERSION:2.0
...
4
votes
1answer
323 views
How to build a cross-compiler for i386-apple-darwin target from x86_64-apple-darwin host?
Problem overview
I am trying to learn how to build a cross-compiler, specifically a version of GNU gcc 4.7.2 on a 64-bit Intel OS X host that targets i386-apple-darwin (32-bit Intel). However, I keep ...
0
votes
0answers
41 views
How do I programatically determine remote access service details?
In a machine running Mac OS X, if remote access service is running (screen sharing), I need to determine how many machines are accessing the service. I also need to find out the device names and the ...
-2
votes
1answer
84 views
iOS : Shell script from an iOS App
I believe, we can run shell scripts from iOS App.
Can someone tell me what is the default shell in iOS and how to call a shell script from iOS App?
((
Please consider that I run the script in ...
0
votes
0answers
56 views
Imagick Class not loading
I followed an online tutorial to install ImageMagick and then PECL Imagick Class. I correctly followed all the steps, and added the extension=imagick.so to php.ini, but it keeps throwing the following ...
1
vote
1answer
107 views
vswprintf fails for certain unicode codepoints under Mac OS X
I am getting inexplicable failures (return value -1) from vswprintf using GCC and Mac OS X (tested with gcc 4.0 and 4.2.1 under Mac OS X 10.6 and 10.8. GCC under Linux is not affected. Visual Studio ...
1
vote
0answers
219 views
Can't unload com.apple.CommCenter.plist on iphone4 with ios 6.1.2?
In my OpenSSh terminal, I input the command
"launchctl unload -w /System/Library/LaunchDaemons/com.apple.CommCenter.plist"
But the terminal shows that "nothing found to unload".And When I input ...
0
votes
0answers
36 views
Mac OS X: Setting block device owner during device appearing
How can I change owner of a block device during device appearing, using DiskArbitration or some another tool?
The device actually is published by my own driver (it's a virtual block device), so if ...
0
votes
0answers
109 views
Limiting memory usage for a single process in OSX /Darwin
I am trying to modify some JNI code to limit the amount of memory that a process can consume. Here is the code that I am using to test setRlimit on linux and osx. In linux it works as expected and the ...
1
vote
0answers
48 views
Why does host_statistics64() return inconsistent results?
Why does host_statistics64() in OS X 10.6.8 (I don't know if other versions have this problem) return counts for free, active, inactive, and wired memory that don't add up to the total amount of ram? ...
0
votes
0answers
156 views
Darwin Notification Center to find if an application enters foreground not working in ios 6
I tried the darwin notification center approach to get notification when Mobile Safari application comes foreground using the code snippet as below and its worked well when tested in my device with ...
1
vote
0answers
49 views
File changes after a mmap in OS X / iOS
What happens if, after I memory-map a file using mmap and flag MAP_PRIVATE, I make changes to the underlying file while in the same process? Will the mmap memory pick up the changes?
In Linux, the ...
0
votes
0answers
38 views
How to install missing code page (charmap) in OS X
I miss a certain code page on my system (IBM-1146) and need to install it. But I can't find how. Google is very quiet about that.
I know that it is missing because iconv complains:
iconv: conversion ...
0
votes
0answers
27 views
Compile error(re: mach) when building DarwinStreamingSrvr6.0.3-Source on ubuntu 12.04
Compile error
The error information:
../../CommonUtilitiesLib/mymutex.h:47:23: fatal error: mach/mach.h: No
such file or directory compilation terminated. make: *
[QTFileTest.o] Error 1
...
1
vote
1answer
88 views
The wcscoll function, is marked as poisoned, what do I do?
On Mac Os X 10.6.8 I can't compile code using wchar_t functions from the standard library until I have resolved this.
The wcscoll function, together with a bunch of others:
inttypes.h:#pragma GCC ...
2
votes
0answers
147 views
codeless kext on OS X
Ok i am working on a uController project (pointer device), i am trying to write a user space driver IOkit.framework.
using the idProduct and idVendor i can get the IOUSBInterfaceInterface300 obj
the ...
1
vote
1answer
74 views
Boost.Wave 1.52 does not build using clang++ on Darwin
I've applied Compile boost 1.52 C++11 clang mac 10.8.2 cannot find cstddef
and invoked build as follows
./b2 variant=debug,release --layout=versioned toolset=clang cxxflags="-fPIC -std=c++11 ...
1
vote
0answers
161 views
Mac OS X - Why does netstat give error “got %d twice”?
I'm trying to figure out why netstat on my Mac OS X computer prints stuff like "got 4 twice".
For example:
$ netstat | head -15
Active Internet connections
Proto Recv-Q Send-Q Local Address ...
0
votes
0answers
41 views
OS X Snow Leopard NTP API
I am used to using the standard sys/timex.h interface into NTP in Unix-like systems. This is missing on OS X. Where can I find documentation on the corresponding APIs so I can call the equivalent of ...
1
vote
1answer
64 views
What is the difference between -shared and -bundle gcc flags
I have a tiny C program called abc that uses dlopen internally to dynamically load and run a shared library libabc. libabc declares a function greeting that gets loaded and called dynamically at ...
0
votes
2answers
90 views
Why does my shell script fail on second attempt?
This script should accept a set of search terms and return a formatted URL to search google.
$ ./google_search.sh albert einstein
https://www.google.com/search?q=albert+einstein
It does that just ...
8
votes
2answers
284 views
Interpret dtruss output like “psynch_cvwait(…) = -1 Err#316”
dtruss appears to be a useful tool to analyze the (mis-)behaviour of applications on OS X. The closes thing I found to my beloved strace on linux. But interpreting its output requires an understanding ...
1
vote
2answers
105 views
time.h clock() broken on OS X?
Am I going mad? I'm running this on x86_64.
#include <stdio.h>
#include <time.h>
#include <unistd.h>
int main(int argc, char *argv[])
{
printf("Clock: %f\n", clock() / ...
1
vote
1answer
76 views
make fails while installing Valgrind
I'm trying to install Valgrind on a Mac with Snow Leopard but am getting an error. This is what I'm typing into Terminal.
$ curl -O http://valgrind.org/downloads/valgrind-3.8.1.tar.bz2
$ md5sum ...
0
votes
1answer
72 views
Creating a GNU C environment in apple darwin
I had no luck finding precompiled packages of glibc for apple darwin. I could not compile gcc from source, and I'm assuming that compiling glibc will also be very difficult. What I want:
Configuring ...
-5
votes
1answer
37 views
Any book talks about Apple Darwin internal? [closed]
Windows and Linux have numerous books talking about their internal architectures. I would like to know if there is such a book talking the same topic about Apple Darwin/XNU. Thanks.
0
votes
0answers
37 views
RH4 v/s Darwin/OS-X : preprocessor applied after all headers read v/s after?
We are working on porting our tool to Darwin 12.1.0 (Mac OS). AM hitting this strange problem, and upon initial debugging, it seems to be due to when the gcc/g++ preprocessor gets applied. On RH4 ...
0
votes
1answer
233 views
Porting GDB server on iOS
I need to cross-compile one of the latest GDB server versions (7.4 or 7.5) for iOS. By default configure script does not support such target (arm-apple-darwin). However, I have an idea to merge ...
1
vote
1answer
78 views
Where is vnode_t defined?
I'm trying to use a vnode_t which is defined as struct vnode *. I can find plenty of references to struct vnode but I cannot find the header in which is defined. Can anyone help?
0
votes
0answers
719 views
Rtsp streaming with 3gp (Video encoded with ffmpeg) breaking every 8 seconds
I have set up Darwin streaming server(6.0) to stream rtsp on android / other mobile devices in AWS using Ec2.
I have opened all UDP and necessary tcp ports required for playing RTSP
I am using ...
0
votes
3answers
226 views
How do I get Leopard to work with ssl from the command line
Everything I try and connect to via https fails. Bellow is a curl output, but it does this with git mongo and everything. darwin just doesn't like https.
About to connect() to github.com port 443 ...
0
votes
0answers
82 views
Documentation for Apple's OpenSource metadata plists?
I'm not sure what to call these, but I've noticed that many of the packages on opensource.apple.com contain plist files containing metadata about the upstream code. For example, heres the text from ...
0
votes
1answer
130 views
Boost on darwin statically including libstdc++?
Why does STL code seem to be statically linked into the Boost dynamic libraries on Darwin?
When I build Boost 1.42/1.46.1/1.49 on OS X with gcc 4.6.1 and toolset=darwin, I find that the resulting ...
0
votes
1answer
284 views
RTSP play video on Android (encoding)
I have a Darwin Server and sample videos (from Darwin installation) are working (they are playable through Android Media Player). Their encoding (via Android logs) is
05-22 02:23:50.544: ...
1
vote
1answer
815 views
ffmpeg SDP file for Darwin Streaming Server
I am making a streaming server to view live video feed of my webcam on my mobile device.
I considered using ffmpeg , VLC and DSS and made the following setup that worked somewhat, though the frames ...
1
vote
1answer
7k views
Using Rsync include and exclude options to include directory and file by pattern
I'm having problems getting my rsync syntax right and I'm wondering if my scenario can actually be handled with rsync. First, I've confirmed that rsync is working just fine between my local host and ...
0
votes
0answers
441 views
TCP_KEEPINTVL and TCP_KEEPCNT not defined in tcp.h in iOS SDK
I've hit a brick wall trying to enable tcp keep alive packets on a socket. This is defined in tcp.h line 201:
#define TCP_KEEPALIVE 0x10 /* idle time used when SO_KEEPALIVE is enabled */ ...
1
vote
2answers
619 views
Error when compiling gdb on Mac OSX
I am attempting to compile GDB 7.4 (the version that is on the gdb website) under Mac OSX and I receive the following error:
mach-o.c: In function 'bfd_mach_o_header_p':
mach-o.c.2978: warning: ...
2
votes
2answers
206 views
Porting a kernel to a different architecture?
I want to port the xnu kernel to the ARM architecture, with the ultimate goal of being able to run a full kernel inside Qemu. While I do realise that this is a very difficult task, I still want to ...
1
vote
0answers
99 views
system() Function on Mac didn't support multi-thread?
I try to create some threads to ping different servers by system() function on Mac. The code looks like this:
sprintf(str,"#!/bin/sh\n ping -c 3 -t 3 -o %d.%d.%d.%d ...
1
vote
1answer
660 views
how to make RTSP request in html5 or in javascript?
How to make request "rtsp://localhost:554/sample_100kbit.mp4"? (in HTML5 or Javascript)
I want to access video streaming data which source is present on Darwin server
0
votes
1answer
52 views
Is there any way to encrypt video file in Darwin server? [closed]
Is there any way to encrypt video file(.mp4) in Darwin server?
10
votes
2answers
698 views
How can I install a DYLD loader command that is not explicitly supported by ld?
On Mac OS X, binary executables in the DYLD format contain "loader commands" that instruct the library loading system how to handle the contents of the file. In particular, the loader command instruct ...
