search for: pthread_xxx

Displaying 3 results from an estimated 3 matches for "pthread_xxx".

2019 Apr 02
2
gencache.tdb: device busy
...n Mon, Apr 01, 2019 at 08:44:45PM +0200, Rouven WEILER wrote: > I got a truss output which is the equivalent to strace on solaris as far as i got that. > As I am not experience with strace or truss: How to I get the correct info out of it… > I got info from this command, but do not see the pthread_XXX calls. > > Are there special command args I could use? > > Doing a "truss -f smbd > truss.out 2>&1“ came up with the output (complete output attached): > 2116: setgroups(11, 0x011FCC40) = 0 > 2116: setregid(4294967295, 0) = 0 > 2116: getgid() = 0 [0] > 2116: s...
2010 Sep 27
0
[LLVMdev] Fwd: A Question
...te IR for the declarations?  Or inject them > as source includes at parse time into the source program I am > analyzing? You can generate IR for the declarations while you're transforming it.  Once you've loaded the .bc into a Module, you can call module->getOrInsertFunction("pthread_XXX", etc.).  As long as you don't add any BasicBlocks to it, it's a declaration.  Just create calls to it where needed. As soon as you're finished modifying the Module, write it out with the BitcodeWriter. Or wrap your transformer up in a Pass and just add the declarations to the mo...
2019 Apr 01
1
gencache.tdb: device busy
On a fresh installed Illumos/Solaris in a VirtualBox Guest I get the following error after starting up samba 4.10: [2019/04/01 09:51:41.112485, 0] ../../lib/tdb_wrap/tdb_wrap.c:64(tdb_wrap_log) tdb(/var/samba/lock/gencache.tdb): tdb_open_ex: tdb_mutex_init failed for /var/samba/lock/gencache.tdb: Device busy [2019/04/01 09:51:41.141396, 0] ../../lib/util/become_daemon.c:136(daemon_ready)