Bug 11835 - Simultaneous print from windows two command line misses print data
Summary: Simultaneous print from windows two command line misses print data
Status: RESOLVED DUPLICATE of bug 10808
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Printing (show other bugs)
Version: 4.4.0
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: printing-maintainers
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-14 05:14 UTC by shivappa
Modified: 2021-01-08 01:21 UTC (History)
2 users (show)

See Also:


Attachments
printlog (2.04 MB, text/plain)
2016-04-14 05:14 UTC, shivappa
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description shivappa 2016-04-14 05:14:56 UTC
Created attachment 11991 [details]
printlog

When I submit 2 print jobs from 2 windows command prompts from one
Client PC simultaneously, below error is logged and the data is lost
for one of the job.
(CMD prompt: copy smbprint.txt \\IPaddress\Print)
-----------------------------------------------------------------------------------------------------------
2015/12/07 22:20:39.004355,  3, pid=30819, effective(99, 99), real(99,
0)] ../source3/printing/printspoolss.c:326(print_spool_end)
  Failed to close printer Print [NT code 0x1c00001a]
-----------------------------------------------------------------------------------------------------------

This issue occurs for one out of two jobs , only when jobs are
submitted simultaneously from windows command prompts.

But if we submit jobs one after the other( 2 or 3 seconds delay) the
error won't come and no loss of data also.

I want to know why this error occurs.

As per the error code mapping it says RPC context mismatch.

I'm confused how context mismatch happened even though SMBsplclose and
SMBsplopen are having same contexts(as i can see in logs).

This can be reproduced everytime when 2 or more jobs are submitted
simultaneously without delay from windows command prompts.
(CMD prompt: copy filename \\IPaddress\Print)
open two command prompts and execute above on one and use different
filename on another one)
Comment 1 Björn Jacke 2021-01-08 01:21:00 UTC
I assume this is a dup of bug 10808 and fixed in more modern versinos of samba?
Can you confirm that?

*** This bug has been marked as a duplicate of bug 10808 ***