Skip to content
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

bug(ios): malformed context strings are possible #13300

Open
sentry-io bot opened this issue Feb 21, 2025 · 1 comment
Open

bug(ios): malformed context strings are possible #13300

sentry-io bot opened this issue Feb 21, 2025 · 1 comment

Comments

@sentry-io
Copy link

sentry-io bot commented Feb 21, 2025

Sentry Issue: KEYMAN-IOS-GN

The data couldn’t be written because of an error in the content of the data.
@jahorton
Copy link
Contributor

jahorton commented Feb 21, 2025

Stack trace:

  KeymanEngine        0x104abc90c  SentryManager.capture (SentryManager.swift:99)
  KeymanEngine        0x104abc90c  SentryManager.capture (SentryManager.swift:125)
  KeymanEngine        0x104abc90c  KeymanWebViewController.setContext (KeymanWebViewController.swift:271)
  KeymanEngine        0x104aaeaa8  InputViewController.setContextState (InputViewController.swift:631)
  KeymanEngine        0x104aaeaa8  InputViewController.textDidChange (InputViewController.swift:293)
  KeymanEngine        0x104aac310  InputViewController.textDidChange (<compiler-generated>)
  KeymanEngine        0x104aac310  InputViewController.textDidChange (<compiler-generated>:273)
  libdispatch         0x19723afa4  _dispatch_client_callout
  libdispatch         0x19724a8d0  _dispatch_async_and_wait_invoke
  libdispatch         0x19723afa4  _dispatch_client_callout

Currently with 23 events for a single user. Relevant breadcrumbing:

[...]
Setting lexical model: <lexicalModelID: "gff.ti.gff_tigrinya", languageID: "ti-er">
[...]
Setting language: <keyboardID: "gff_tigrinya_eritrea", languageID: "ti-er">
[...]

Note this line in the stacktrace:

  KeymanEngine        0x104abc90c  KeymanWebViewController.setContext (KeymanWebViewController.swift:271)

One simliar error has been reported before in assocation with JSON on iOS platforms:

There also exist similar sounding errors, but with different wording at the end of the string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant