Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
P parabix-devel
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cameron
  • parabix-devel
  • Issues
  • #79

Closed
Open
Created Apr 02, 2025 by cameron@cameronMaintainer

Separated Pipeline stages issue

On branch pipeline-input-segment-size, commit df1c96af, the following command gives incorrect output.

cameron@cs-osl-08:~/parabix-devel/build16$ bin/nfd ~/Wikibooks/wiki-books-all.xml --SeparatedPipelineStages=2 --ByteMerging=1 --thread-num=1 >winfd4

The difference is illustrated compared with correct output produced when nfd is run without the separated pipeline stages.

bin/nfd ~/Wikibooks/wiki-books-all.xml --ByteMerging=1 --thread-num=1 >winfd2
cameron@cs-osl-08:~/parabix-devel/build16$ diff winfd2 winfd4
6926652c6926652
< File:Russie - Moscou - place rouge saint basile 3.jpg
---
> File:Russie - Moscou - uge saint basile 3.jpg

The hexdump shows that the missing part of the output is actually a run of nulls that has not been filled in.

cameron@cs-osl-08:~/parabix-devel/build16$ head -6926652 winfd4 | tail -1 | hexdump -C
00000000  46 69 6c 65 3a 52 75 73  73 69 65 20 2d 20 4d 6f  |File:Russie - Mo|
00000010  73 63 6f 75 20 2d 20 00  00 00 00 00 00 00 00 75  |scou - ........u|
00000020  67 65 20 73 61 69 6e 74  20 62 61 73 69 6c 65 20  |ge saint basile |
00000030  33 2e 6a 70 67 0a                                 |3.jpg.|
00000036
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking