Anonymous | Login | 2021-01-16 12:38 MSK | ![]() |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] [ Related Changesets ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
0031908 | Open CASCADE | [OCCT] OCCT:DRAW | public | 2020-11-03 16:15 | 2020-12-15 14:28 | ||||||||
Reporter | asuraven | ||||||||||||
Assigned To | bugmaster | ||||||||||||
Priority | normal | Severity | minor | ||||||||||
Status | verified | Resolution | fixed | ||||||||||
Platform | OS | OS Version | |||||||||||
Product Version | [OCCT] 5.2.2 | ||||||||||||
Target Version | [OCCT] 7.6.0* | Fixed in Version | |||||||||||
Summary | 0031908: Draw Harness, TKTopTest - wavefront file path length is limited to 100 characters | ||||||||||||
Description | wavefront DRAW command does not work if file path length is longer than 100 characters | ||||||||||||
Steps To Reproduce | pload MODELING box b 10 20 30 wavefront b the_name_of_saved_with_wavefront_command_box_that_measures_10_20_30_and_has_length_of_its_name_longer_than_100_characters | ||||||||||||
Tags | No tags attached. | ||||||||||||
Test case number | demo/draw/bug31908 | ||||||||||||
Attached Files | |||||||||||||
![]() |
|||||||||||
|
![]() |
|
(0096511) git (administrator) 2020-11-03 17:22 |
Branch CR31908 has been created by asuraven. SHA-1: c83eb56f06b6854a7df49010a1f1e43aabc2a3ad Detailed log of new commits: Author: asuraven Date: Tue Nov 3 17:22:14 2020 +0300 0031908: Draw Harness, TKTopTest - wavefront file path length is limited to 100 characters * Change file path variable in wavefront function from char[100] to TCollection_AsciiString |
(0096513) git (administrator) 2020-11-03 17:44 |
Branch CR31908 has been deleted by asuraven. SHA-1: c83eb56f06b6854a7df49010a1f1e43aabc2a3ad |
(0096514) git (administrator) 2020-11-03 17:44 |
Branch CR31908 has been created by asuraven. SHA-1: 8543fa4ebff14ca40cb906a426465429b96faa33 Detailed log of new commits: Author: asuraven Date: Tue Nov 3 17:22:14 2020 +0300 0031908: Draw Harness, TKTopTest - wavefront file path length is limited to 100 characters * Change file path variable in wavefront function from char[100] to TCollection_AsciiString |
(0096516) kgv (developer) 2020-11-03 17:55 |
+ FILE* outfile = fopen(aFile.ToCString(), "w"); Could you please replace fopen() with OSD_OpenFile() in scope of this patch? |
(0096517) git (administrator) 2020-11-03 18:10 |
Branch CR31908 has been deleted by asuraven. SHA-1: 8543fa4ebff14ca40cb906a426465429b96faa33 |
(0096518) git (administrator) 2020-11-03 18:10 |
Branch CR31908 has been created by asuraven. SHA-1: a62d30daead466383f1ca42207f6f122f1ca55e8 Detailed log of new commits: Author: asuraven Date: Tue Nov 3 17:22:14 2020 +0300 0031908: Draw Harness, TKTopTest - wavefront file path length is limited to 100 characters * Change file path variable in wavefront function from char[100] to TCollection_AsciiString |
(0096529) git (administrator) 2020-11-05 11:45 |
Branch CR31908 has been deleted by asuraven. SHA-1: a62d30daead466383f1ca42207f6f122f1ca55e8 |
(0096530) git (administrator) 2020-11-05 11:45 |
Branch CR31908 has been created by asuraven. SHA-1: 6719ebc5829a47d9f80f32867d4875962f43321c Detailed log of new commits: Author: asuraven Date: Tue Nov 3 17:22:14 2020 +0300 0031908: Draw Harness, TKTopTest - wavefront file path length is limited to 100 characters * Change file path variable in wavefront function from char[100] to TCollection_AsciiString |
(0096537) asuraven (developer) 2020-11-05 14:27 |
Tests with CR31136_4 are OK: http://vm-jenkins-test-12.nnov.opencascade.com:8080/view/CR31136_4-master-ASURAVEN/view/COMPARE/ [^] Please review |
(0096549) msv (developer) 2020-11-05 15:56 |
For integration: occt - CR31908 products - none |
(0096938) bugmaster (administrator) 2020-11-21 12:43 |
Combination - OCCT branch : IR-2020-11-20 master SHA - c5892d852bb462075f9db03f31085e35d7b59f35 a206de37fbfa0bf71bd534ae47192bbec23b8522 Products branch : IR-2020-11-20 SHA - a5d1f89f5fa83c955e6a604f57a5b590eb433b43 was compiled on Linux, MacOS and Windows platforms and tested in optimize mode. Number of compiler warnings: No new/fixed warnings Regressions/Differences/Improvements: No regressions/differences CPU differences: Debian80-64: OCCT Total CPU difference: 18024.090000000127 / 17964.340000000077 [+0.33%] Products Total CPU difference: 12166.12000000011 / 12169.520000000111 [-0.03%] Windows-64-VC14: OCCT Total CPU difference: 19696.90625 / 19723.125 [-0.13%] Products Total CPU difference: 13644.875 / 13567.078125 [+0.57%] Image differences : No differences that require special attention Memory differences : No differences that require special attention |
(0096964) git (administrator) 2020-11-21 13:28 |
Branch CR31908 has been deleted by inv. SHA-1: 6719ebc5829a47d9f80f32867d4875962f43321c |
![]() |
|||
occt: master 84d0342c
Timestamp: 2020-11-03 14:22:14 Author: asuraven Committer: bugmaster [ Details ] [ Diff ] |
0031908: Draw Harness, TKTopTest - wavefront file path length is limited to 100 characters * Change file path variable in wavefront function from char[100] to TCollection_AsciiString |
||
mod - src/MeshTest/MeshTest.cxx | [ Diff ] [ File ] | ||
add - tests/demo/draw/bug31908 | [ Diff ] [ File ] | ||
![]() |
|||
Date Modified | Username | Field | Change |
2020-11-03 16:15 | asuraven | New Issue | |
2020-11-03 16:15 | asuraven | Assigned To | => asuraven |
2020-11-03 16:16 | asuraven | Relationship added | related to 0031136 |
2020-11-03 16:17 | asuraven | Summary | wavefront file path length is limited to 100 characters => Modeling Data - wavefront file path length is limited to 100 characters |
2020-11-03 16:20 | asuraven | Status | new => assigned |
2020-11-03 16:20 | kgv | Status | assigned => new |
2020-11-03 16:20 | kgv | Category | OCCT:Modeling Data => OCCT:DRAW |
2020-11-03 16:20 | kgv | Summary | Modeling Data - wavefront file path length is limited to 100 characters => Draw Harness, TKTopTest - wavefront file path length is limited to 100 characters |
2020-11-03 16:23 | kgv | Product Version | => 5.2.2 |
2020-11-03 17:00 | asuraven | Status | new => assigned |
2020-11-03 17:22 | git | Note Added: 0096511 | |
2020-11-03 17:44 | git | Note Added: 0096513 | |
2020-11-03 17:44 | git | Note Added: 0096514 | |
2020-11-03 17:55 | kgv | Note Added: 0096516 | |
2020-11-03 18:10 | git | Note Added: 0096517 | |
2020-11-03 18:10 | git | Note Added: 0096518 | |
2020-11-05 11:45 | git | Note Added: 0096529 | |
2020-11-05 11:45 | git | Note Added: 0096530 | |
2020-11-05 14:27 | asuraven | Note Added: 0096537 | |
2020-11-05 14:30 | asuraven | Assigned To | asuraven => msv |
2020-11-05 14:30 | asuraven | Status | assigned => resolved |
2020-11-05 14:30 | asuraven | Steps to Reproduce Updated | View Revisions |
2020-11-05 15:56 | msv | Note Added: 0096549 | |
2020-11-05 15:56 | msv | Assigned To | msv => bugmaster |
2020-11-05 15:56 | msv | Status | resolved => reviewed |
2020-11-21 12:39 | bugmaster | Changeset attached | => occt master 84d0342c |
2020-11-21 12:39 | bugmaster | Status | reviewed => verified |
2020-11-21 12:39 | bugmaster | Resolution | open => fixed |
2020-11-21 12:43 | bugmaster | Note Added: 0096938 | |
2020-11-21 12:50 | bugmaster | Test case number | => demo/draw/bug31908 |
2020-11-21 13:28 | git | Note Added: 0096964 | |
2020-12-15 14:28 | kgv | Relationship added | parent of 0031998 |
Copyright © 2000 - 2021 MantisBT Team |