[texshop] Compile Problem

Bruno Voisin bvoisin at icloud.com
Sat Dec 22 17:25:08 CET 2018


> Le 22 déc. 2018 à 16:52, Herbert Schulz <herbs at wideopenwest.com> a écrit :
> 
> I know many of use have had occasional lockups of the console window during compile. It's been frustrating because there doesn't seem to be any consistent way to generate the lockup and there doesn't seem to be anything noted in the System logs. A file cleanup and re-compile has always worked for me.
> 
> I just wanted to note that there has been mention of the problem on the TeX StackExchange, see <https://tex.stackexchange.com/questions/466714/texshop-console-freezes-when-compiling-large-files-intermittent>. It might be worthwhile to get in touch with Tyler Jarvis to see if he can gather any helpful input to solve this problem since it seems to happen to him quite often.

Hi Herb,

I'll be mostly offline until Monday, and unable to pursue the matter, but it might be interesting to ask Tyler Jarvis to use the "log" utility to see if any TeXShop- or pdflatex-related output has been stored in macOS'es new unified logging system.

The problem is I've no clue what the proper invocation would be. Maybe something like

log show --style syslog --predicate 'senderImagePath contains[cd] "TeXShop"' --info

"show" instead of "stream" questions past logs instead of currently occurring ones, and [cd] makes the NSPredicate case diacritic insensitive.

I've just tried on my setup, it only returns info about Sparkle's TeXShop updates

$ log show --style syslog --predicate 'senderImagePath contains[cd] "TeXShop"' --info
Filtering the log data using "senderImagePath CONTAINS[cd] "TeXShop""
Skipping debug messages, pass --debug to include.
Timestamp                       (process)[PID]    
2018-12-08 09:15:18.418498+0100  localhost TeXShop[1706]: (Sparkle) [org.sparkle-project.Sparkle:Sparkle] OK: ED25519 signature is correct
2018-12-08 09:15:18.418519+0100  localhost TeXShop[1706]: (Sparkle) [org.sparkle-project.Sparkle:Sparkle] This app has a DSA public key, so a DSA signature is required too
2018-12-08 09:15:39.495932+0100  localhost Autoupdate[1729]: [org.sparkle-project.Sparkle:Sparkle] PID to listen: 1706
2018-12-11 08:33:49.552959+0100  localhost TeXShop[671]: (Sparkle) [org.sparkle-project.Sparkle:Sparkle] OK: ED25519 signature is correct
2018-12-11 08:33:49.552981+0100  localhost TeXShop[671]: (Sparkle) [org.sparkle-project.Sparkle:Sparkle] This app has a DSA public key, so a DSA signature is required too
2018-12-11 08:34:08.940554+0100  localhost Autoupdate[677]: [org.sparkle-project.Sparkle:Sparkle] PID to listen: 671
2018-12-20 15:20:36.667172+0100  localhost TeXShop[9378]: (Sparkle) [org.sparkle-project.Sparkle:Sparkle] Extracting using '/usr/bin/ditto' '-x' '-k' '-' < '/Users/brunovoisin/Library/Caches/TeXShop/org.sparkle-project.Sparkle/PersistentDownloads/hkIcXrVBM/TeXShop 4.21/texshop421.zip' '/Users/brunovoisin/Library/Caches/TeXShop/org.sparkle-project.Sparkle/PersistentDownloads/hkIcXrVBM/TeXShop 4.21'
2018-12-20 15:20:40.221886+0100  localhost TeXShop[9378]: (Sparkle) [org.sparkle-project.Sparkle:Sparkle] OK: ED25519 signature is correct
2018-12-20 15:20:40.221895+0100  localhost TeXShop[9378]: (Sparkle) [org.sparkle-project.Sparkle:Sparkle] This app has a DSA public key, so a DSA signature is required too
2018-12-20 15:20:40.924652+0100  localhost Autoupdate[9400]: [org.sparkle-project.Sparkle:Sparkle] PID to listen: 9378

To be sure (I haven't really done any TeXing for some time) I just compiled a document with XeLaTeX and LuaLaTeX: nothing related is returned by the above. Whether it's a matter of finding the correct invocation, or whether the TeXShop compilations generate no info in the macOS logging system, I've no idea.

Bruno




More information about the texshop mailing list