-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash when try to print (linux, typora 1.9.3) #6209
Comments
Added output of strace: $ strace typora |
I met similar crash as stated in #6208 , hope the developer could notice this issue asap... |
relates electron/electron#31151 |
Does that mean it's not likely to fix this issue github.com/typora/typora-issues/issues/6208 <#6208> as an end-user? Since the fix is using child_proc.fork() in Node.js
Jan 8, 2025, 20:27 by ***@***.***:
…
relates > electron/electron#31151 <electron/electron#31151>
—
Reply to this email directly, > view it on GitHub <#6209 (comment)>> , or > unsubscribe <https://github.com/notifications/unsubscribe-auth/BAZVM77G4JU3TC5DHLMQW3T2JX3EZAVCNFSM6AAAAABUTEGPFSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZZGE2TONJZGE>> .
You are receiving this because you commented.> Message ID: > <typora/typora-issues/issues/6209/2579157591> @> github> .> com>
|
Same here, I'm a brand-new (trial) user. Installed on OpenSUSE Leap (current 15.6) KDE Plasma desktop. However, when I try to PRINT a pdf file (rather than export), I get the following: ** (typora:4294): WARNING **: 18:41:27.400: GDBus.Error:org.freedesktop.Avahi.TimeoutError: Timeout reached ** (typora:4294): WARNING **: 18:41:27.400: GDBus.Error:org.freedesktop.Avahi.TimeoutError: Timeout reached Possibly unrelated: I'm getting the following message in the terminal, at launch: |
Searched existing issues to avoid creating duplicates.
Confirmed that it can be reproduced in built-in themes without customized css.
If it only exists in 3rd party themes or css, you can still report it, but please attach the theme target or the css file. We may not "fix" it, if it is caused by 3rd party themes or css styles that we cannot support.
Searched http://support.typora.io/
Describe the bug
After clicking menu item "file -> print" or pressing alt+shift+p, typora crashes with following output:
Sometimes the system's print dialog flashes briefly but then disappears again immediately.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Opening system print dialog to perform printing.
Screenshots / Screencasts
https://github.com/user-attachments/assets/7ccfb5d1-75e3-4b34-a522-f7a55f1b0f32
Sample Markdown File
Optional - crash occurs also without a file or with any file. Use following as sample:
Desktop (please complete the following information):
Typora Version
Additional context
None.
The text was updated successfully, but these errors were encountered: