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

Infinite loop converting textile table containing cells with multiple lines #1919

Closed
kopf opened this issue Feb 2, 2015 · 4 comments
Closed

Comments

@kopf
Copy link

kopf commented Feb 2, 2015

Example textile:

|  | Lorem-DB (PosgresSql) | Lorem-DB (Lorem) |
| Ein Schema, darin alle Lorem | Pro:
- Verwaltung
- Ev. effiziente Wartung (Datenmenge klein)
- Einfachere Sicherung/Versionierung der Daten aller Lorem
Con:
- Single-Point-of-Failure
- Db bzw. Lorem Struktur ist gleich für alle
- Lorem teuer in der Entwicklung | Pro:
- Einfachere Lorem/Lorem der Daten aller Tenants
- Verwaltung
- Kosten? 
Con:
- Single-Point-of-Failure
- Db bzw. Lorem Struktur ist gleich für alle
- Bei Lorem/Lorem alle andere Lorem-Jobs sind blockiert 
- Lorem teuer in der Entwicklung |
| Eine Lorem pro Lorem | Pro:
- Die Daten der Lorem sind getrennt
- Die Möglichkeit für unterschiedliche DB bzw. Lorem Struktur
- Bei korrupter Lorem is nur ein Lorem ist betroffen
- Einfachere Lorem/Lorem der Daten eines Lorem
Cons:
- Verwaltung?
- Teuer als eines Schema-alle Lorem?|Pro:
- Die Daten der Lorem sind getrennt
- Die Möglichkeit für unterschiedliche Lorem bzw. Lorem Struktur
- Bei Korrupter Lorem, nur ein Lorem ist betroffen
- Einfachere Lorem/Lorem der Daten eines Lorem
Cons:
- Verwaltung?
- Teuer als eine Schema mit allen Lorem?
- JK: Potentielle Lock Contention auf Lorem?|

How it looks in redmine:

If you save this textile content as test.textile and execute pandoc -f textile -t html test.textile, CPU usage reaches 100% and the process doesn't exit (I gave up after about 5 minutes).

@jgm
Copy link
Owner

jgm commented Feb 2, 2015

It's definitely an issue with the textile reader, not the html writer.

@jgm jgm closed this as completed in fb7a03d Feb 2, 2015
@kopf
Copy link
Author

kopf commented Feb 2, 2015

Hi John,

thanks for your impressively quick solution to this.

If I need this fix as soon as possible, what should I do - clone the repo and build the package myself, or do you expect to be releasing a new version within the next day or two?

@mpickering
Copy link
Collaborator

I recommend you clone the repo and build pandoc yourself. There are some more instructions in CONTRIBUTING.md.

@kopf
Copy link
Author

kopf commented Feb 2, 2015

OK!

Many thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants