smoke testing Beta 1

Dirk Hohndel dirk at hohndel.org
Thu Sep 3 10:47:42 PDT 2015


On Thu, Sep 03, 2015 at 06:31:44PM +0200, Robert C. Helling wrote:
> 
> sudo dtruss -f -t open sudo -u helling \ /Applications/Subsurface.app/Contents/MacOS/Subsurface ssrf.log 2> ssrf.log
> 
> You can find the (at least for me not very illuminating) result attached.


Sorry, I should have told you what's missing. Before opening a .so file
Qt calls stat64 on it. So you'll need to dtruss for that...

What's crazy is that when I try this locally it seems to successfully open
it:

21058/0xc04d6: open("/Volumes/Subsurface-4.4.96/Subsurface.app/Contents/PlugIns/grantlee/5.0/grantlee_defaulttags.so\0", 0x1000000, 0x1B6)		 = 31 0

but then later it does another stat64 and then issues an error

21058/0xc04d6: stat64("/Volumes/Subsurface-4.4.96/Subsurface.app/Contents/PlugIns/grantlee/5.0/grantlee_defaulttags.so\0", 0x7FFF59C08F48, 0x7FFF59C086AE)		 = 0 0
21058/0xc04d6:  write_nocancel(0x2, "\"Plugin library 'grantlee_defaulttags' not found.\"\n\0", 0x33)		 = 51 0

I'm seriously confused.

/D





More information about the subsurface mailing list